-
Recent Posts
- How to Automatically Renew LetsEncrypt Certificates and Restart Your Web Server
- How to Create an Admin User With All Privileges on MariaDB / MySQL
- How to Obtain a Let’s Encrypt SSL Certificate Using the WebRoot Plugin
- List all IPs connected to your server along with connection count
- How to restore network / internet access after replacing your NIC or Motherboard in Linux
Recent Comments
Archives
Categories
Meta
Monthly Archives: August 2012
How to enable or disable shell access for a Linux user account
To disable shell access use the following command (replace username with the correct values for your situation – leave out the curly brackets). chsh -s /sbin/nologin {username} or chsh – /usr/sbin/nologin {username} To grant bash access use: chsh -s /bin/bash … Continue reading