Understanding the /etc/passwd File - GeeksforGeeks
www.geeksforgeeks.org › understanding-the-etcJul 28, 2021 · The normal users have only read permissions to the /etc/passwd file. The only root user can write into this file. To see the permissions of /etc/passwd file, we can use the ls command as follows: ls -l /etc/passwd. The output will be . We can see that the permissions of the file /etc/passwd are rw-r–r–. This means the root user has read and write access and other groups and user have read-only access to the file.