LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux terminal (https://www.linuxquestions.org/questions/linux-newbie-8/linux-terminal-4175524149/)

starlone 11-03-2014 12:29 AM

linux terminal
 
how do you write directories in a linux terminate

unSpawn 11-03-2014 01:21 AM

'mkdir (-p) /path/to/target': see 'man mkdir' for details.
// Bonus points if you found 'man install' as well.

John VV 11-03-2014 01:57 AM

had to
a question
a "terminate (or)" terminal ?

frankbell 11-03-2014 09:15 PM

Is that your final question?

(Couldn't resist.)

starlone 11-04-2014 12:03 AM

yes

John VV 11-04-2014 12:28 AM

then
Code:

mkdir TheFoldersName

brianL 11-04-2014 04:40 AM

Useful site & book for all CLI (terminal & console) stuff:
http://linuxcommand.org/

Habitual 11-04-2014 09:00 AM

Code:

man -k directory

starlone 11-06-2014 04:38 AM

thanks


All times are GMT -5. The time now is 05:00 PM.