LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make a folder (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-a-folder-260079/)

FireInTheDark 11-28-2004 04:43 AM

How to make a folder
 
How do i make a folder in terminal as root?
I want to make a folder named "java" in /usr/ folder.

Can i get a tip to a good website there i can check out diffrent commands in terminal

|2ainman 11-28-2004 04:51 AM

mkdir /usr/java
or
cd /usr
mkdir java

I <3 linuxquestions.org
http://wiki.linuxquestions.org/wiki/Commands

phil.d.g 11-28-2004 04:55 AM

There are many tutorials and guides for learning the bash shell, see google

for starters there is

http://linux.org.mt/article/terminal
http://www.beforever.com/bashtut.htm
http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html


All times are GMT -5. The time now is 05:18 AM.