Linux users modify the user shell

Source: Internet
Author: User

To deny a system user login, you can set its shell to/usr/sbin/nologin or/bin/false

# usermod-s/usr/sbin/nologin username

Or

# usermod-s/bin/false username

/bin/false/bin/false does nothing but returns an error state and exits immediately. Set the user's shell to/bin/false, the user will not be able to log on, and there will be no prompt.

/usr/sbin/ is currently not available. There are some software, such as some FTP server software, for local non-virtual accounts, only the user has a valid shell to use the FTP service. You can use Nologin to log in to the system, and to use some system services, such as FTP services. /bin/false is not, this is one of the important differences between the two.

/etc/Nologin If a/etc/nologin file exists, the system only allows the root user to log on, and all other users are denied login and the contents of the/etc/nologin file are displayed to them.

Linux users modify the user shell

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.