minor typo and file rename
parent
b7d098698c
commit
5717b10154
|
@ -135,7 +135,7 @@ Back at our command line, lets type the command `id`:
|
|||
The `id` command is a tool to show us how the system keeps track of us. From this we can see that according to the system, our user ID (or uid) is 501, and our group id is also 501.
|
||||
|
||||
- Homework
|
||||
- Run `id` in yourown directory, then run
|
||||
- Run `id` in your own directory, then run
|
||||
- Run `id -u root`
|
||||
- use the `grep` command to find your uid in the `/etc/passwd` file
|
||||
|
Loading…
Reference in New Issue