Comments on: How to Block or Disable Normal User Logins in Linux https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 02:05:57 +0000 hourly 1 By: Levi Stanley https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1593825 Thu, 23 Sep 2021 16:01:07 +0000 https://www.tecmint.com/?p=27059#comment-1593825 Why hasn’t this been updated in the article? It seems they referenced it early in the article correctly, just when they show the command on the prompt it is reference incorrectly.

]]>
By: Aaron Kili https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019513 Mon, 30 Jul 2018 09:43:39 +0000 https://www.tecmint.com/?p=27059#comment-1019513 In reply to Rasheed Sobowale.

@Rasheed

Many thanks for the heads up, we will cross check.

]]>
By: Rasheed Sobowale https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019416 Mon, 30 Jul 2018 00:20:29 +0000 https://www.tecmint.com/?p=27059#comment-1019416 In reply to Janne Granström.

just make is chsh -s /sbin/nologin tecmin it’s easier.

]]>
By: Rasheed Sobowale https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-1019415 Mon, 30 Jul 2018 00:19:39 +0000 https://www.tecmint.com/?p=27059#comment-1019415 its not suppose to be chsh -s /bin/nologin tecmint it’s suppose to be chsh -s /sbin/nologin tecmint that’s a syntax error.

]]>
By: Janne Granström https://www.tecmint.com/block-or-disable-normal-user-logins-in-linux/comment-page-1/#comment-979786 Tue, 03 Apr 2018 10:03:38 +0000 https://www.tecmint.com/?p=27059#comment-979786 “sudo nano /etc/password”

Find your username and replace the line: /bin/bash with /usr/sbin/nologin.

]]>