Hey guys, I made a simple tutorial on how to make new directories inside Linux using Linux commands. When it comes to making directories in Linux, it couldn't get simpler, using the mkdir command. Simply type in mkdir and your folder name.
Making Directories in Linux Tutorial is very quick and simple.
When it comes to making a folder in Linux you will need to type in # mkdir and then run the name of your folder you would like to add, in this case, we will add a "testfolder".
Basically, to do this, you will need to use the following Linux command;
# mkdir testfolder
Eventually you will need to check if the folder was created, this can be done using the # ls command.
# ls
Once you guys run the # ls command you will see that the folder has been successfully created, in this case, you should have made the "testfolder" appear in your home dir location.
And that is it!
Simple as that!
Also, if you're interested to learn more about programming, I would recommend checking out Raspberrypi forums. They offer tons of cool content.
If you have any questions feel free to reply back to this topic below. Thanks