How To Create Folder In Linux
👤 By Webune Tutorials | 📆
Welcome to Webune Forums
The linux command to create directory is: mkdir
mkdir stands for "Make Directory"
We do web hosting for many websites. We have linux dedicated servers available. To create or make a folder in linux is easy. Lets say that you want to create a test folder [or directory].
Lets call this new folder 'webune' in myuser home directory this is how to create the folder with this simple command
mkdir /home/myuser/webune
Thats all you need for creating or making a folder.
NOTE: In the UNIX world, folder are called DIRECTORIES. WINDOWS calls Folder.