when we execute ls -l command to list files in directories, Does the /etc/passwd file get accessed. Please explain ?? if yes How can I verify it ??
when we execute ls -l command to list files in directories, Does the /etc/passwd
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes.
/etc/passwdis used to map user IDs to usernames. We can turn this off by using-n, which will show us the numeric user IDs and group IDs (uids, gids):Ultimate proof: