Is there a shell command to display user info (home dir, type of shell, userid)?
grep ‘username’ </etc/passwd where username is a particular user.
The file /etc/passwd is what you’re looking for. Bill Gradwohl |
Is there a shell command to display user info (home dir, type of shell, userid)?
grep ‘username’ </etc/passwd where username is a particular user.
The file /etc/passwd is what you’re looking for. Bill Gradwohl |