Standard user accounts are usually about 500 so this little gem just pulls non system users.
Code Snippet
cat /etc/passwd |grep 500*
List regular user accounts in LinuxBy Fulco (Contact - View My Woyano)
Published Thu 23 Aug 2007,
120 Views,
0 Comments
|
Standard user accounts are usually about 500 so this little gem just pulls non system users.
cat /etc/passwd |grep 500*

0 Comments