Yes, it is homework but I am not asking for the answer.
I'm taking a class on operating systems and we are entering an intro to the cli in Linux (after completing a rather boring Windows XP Command Line section).
The teacher has given the following question:
Q: View the file /etc/passwd. This is a file that lists all of the users who have accounts on the host computer followed by a colon character and other user information. The first user ID in this list is root – the system administrator.
The first sub-question to this was who is the second user listed. That part I understand. Root was first, bin was second.
The next sub-question to this is:
What are two other names for this user?
That is, what are the two other names for the bin user. I went to a website that gave me some minor details/explanation on this particular file but not enough to really answer this question. That location is below:
http://www.cyberciti.biz/faq/underst...d-file-format/
Again, from that information I'm still unclear as too exactly what the two users/usernames are.
I'm not asking for the answer but shoot, an explanation would be great. I'm not new to Linux but these kinds of details are not something I've ever worked with before.