minor typo and file rename

Edward Vielmetti 2014-10-14 20:07:33 -04:00
parent b7d098698c
commit 5717b10154
1 changed files with 1 additions and 1 deletions

@ -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. 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 - Homework
- Run `id` in yourown directory, then run - Run `id` in your own directory, then run
- Run `id -u root` - Run `id -u root`
- use the `grep` command to find your uid in the `/etc/passwd` file - use the `grep` command to find your uid in the `/etc/passwd` file