| blackendstars (2) | |||
|
the book says to use mkdir and touch to create a directory called "Unix1b" within my home directory with the structure at the following A book that i bought is saying to use mkdir and touch to create a directory called "Unix1b" within my home directory with the structure at the following
i did "mkdir -p Unix1b/Unix1" then i do" cd Unix1" username@matrix:~/Unix1> mkdir street username@matrix:~/Unix1> mkdir admin username@matrix:~/Unix1> cd street username@matrix:~/Unix1/street> touch annex username@matrix:~/Unix1/street> touch building1 now here is my question, what should i do for the for the parking in street directory.... what does that " `-- parking " mean? am i even doing this right? | |||
|
Last edited on
|
|||
| blackendstars (2) | |
|
and whats with the history.exe ? it shows green in the structure | |
|
Last edited on
|
|
| Smac89 (195) | |
|
showing green means that it has read/write/execute permissions for all users. So anyone can modify it. You can change the permissions with chmod 755 http://ss64.com/bash/chmod.html | |
|
|
|