From 5717b101546df7f85f11ae0c2a744cef767962fa Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Tue, 14 Oct 2014 20:07:33 -0400 Subject: [PATCH] minor typo and file rename --- ...ity the Tilde way.md => Basic-UNIX-Security-the-Tilde-way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Basic UNIX Security the Tilde way.md => Basic-UNIX-Security-the-Tilde-way.md (99%) diff --git a/Basic UNIX Security the Tilde way.md b/Basic-UNIX-Security-the-Tilde-way.md similarity index 99% rename from Basic UNIX Security the Tilde way.md rename to Basic-UNIX-Security-the-Tilde-way.md index 1c462d7..3cad3a8 100644 --- a/Basic UNIX Security the Tilde way.md +++ b/Basic-UNIX-Security-the-Tilde-way.md @@ -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