Basic Unix Concepts For DBA
“cat /etc/passwd |grep username”
This command will show the details of a particular user.
grep : global regular expression.