Results 1 to 2 of 2
Hi everyone!
I have a newbie doubt, checking the /etc/passwd file from my server (SuSE 10 SP1), there are various system users like bin, daaemon, ftp, games, man, among others, ...
- 06-09-2011 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 16
Newbie question about user bin,daemon, etc
Hi everyone!
I have a newbie doubt, checking the /etc/passwd file from my server (SuSE 10 SP1), there are various system users like bin, daaemon, ftp, games, man, among others, but I'm seeing that they have /bin/bash as their command shell.
Looking at the /etc/shadow, I noticed that all of them have an * in their encrypted password, meaning, as I understand, that their logon procedure should be disabled.
The question is, what's the point to have a command/shell to /bin/bash if they can't login? Is there any reason to not put /bin/false instead?
Thanks in advance
- 06-09-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
That is a good question - on my system, all such accounts, like yours, have * in their encrypted password in shadow, but they have /sbin/nologin for their shells.


Reply With Quote