01 / 08
Users are written in a file
You can become root. So, are you and root the only people on this Linux?
There is a way to find out. The list of users is not somewhere invisible; it is written in an ordinary text file.
~ $ wc -l < /etc/passwd10Ten of them. You only know two, learner and root, so who are the other eight?
This lesson teaches not one new command. All you use is grep (chapter 3) and cut, sort and awk (chapter 5). It is the lesson where you find that pointing the tools you already have at the register lets you inspect a server.