Operating System - Tru64 Unix
1842070 Members
2114 Online
110186 Solutions
New Discussion

Re: 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