Operating System - Tru64 Unix
1753877 Members
7596 Online
108809 Solutions
New Discussion

how to block access to unix system accounts

 
CA1309511
Occasional Contributor

how to block access to unix system accounts

what is the appropriate way to block system account from access of normal users. System accounts like lp, adm, nobody....etc. basically,those accounts which system creates itself during installation

Thanks
1 REPLY 1
BR802898
New Member

Re: how to block access to unix system accounts

Put "*Nologin" in the password field of the /etc/password file.

Cheers