|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 Code:
Unix1b `-- Unix1 i did " Code:
mkdir -p Unix1b/Unix1 " then i do" Code:
cd Unix1 " Code:
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 by Scrutinizer; 02-09-2013 at 01:18 AM.. Reason: additional code tags |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
`-- is just a curved line in the tree ![]() I guess the entries with extension are files in the tree:- Code:
history.exe systems.pdf english.txt match.doc |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create script to add user and create directory | pbhound | Homework & Coursework Questions | 12 | 04-01-2011 09:02 AM |
| Cannot create a directory | ahamed | Shell Programming and Scripting | 6 | 01-29-2010 01:09 PM |
| create directory | yang | UNIX for Dummies Questions & Answers | 5 | 07-25-2008 01:45 PM |
| How to create a directory? | o5m2a8r | UNIX for Dummies Questions & Answers | 1 | 06-03-2008 11:53 PM |
| unable to create any directory that uses numbers as the directory name | fed.linuxgossip | UNIX for Advanced & Expert Users | 16 | 01-13-2008 07:54 PM |
|
|