約13,000件1ページ目

日本語のみで絞り込む

2011/4/7 -They serve different roles, and nologin has the option of printing a message for people who have it as their shell who are logging in.

2012/1/18 -All I need to do is to run a specific script as a particular user who does have the nologin/false shell indicated in /etc/passwd . I would run ...

2019/8/4 -Method 2: How To Change User Login Shell This method is easy just run the following command, $ sudo usermod -s /bin/sh awwal

2009/12/2 -The -r flag will create a system user - one which does not have a password, a home dir and is unable to login.

2013/6/14 -You should use /usr/local/bin or /usr/local/sbin for system-wide available scripts. The local path means it's not managed by the system packages ...

2008/4/18 -Entering "/sbin/<command>" allows you to execute a program as a normal user. I'd always assumed (dumb of me) that /sbin was not accessible. ...

2017/11/3 -The /sbin directory is for system maintenance and/or administrative tools. So only administrators are allowed to use it and you don't have this directory in ...

2024/3/5 -To create a new user on Linux in interactive mode, you can use the adduser command as follows: $ sudo adduser <username>

2021/12/24 -In this tutorial let learn how to disable shell access for existing Linux user or create a new user with no shell access.

2024/5/13 -In this article, we will describe 3 ways to change a user's default shell in Linux using commandline tools such as usermod, chsh, ...