Making Directories ...
 
Notifications
Clear all

Making Directories in Linux Tutorial - Linux Forum

1 Posts
1 Users
0 Reactions
39 Views
(@allseobasics)
Posts: 40
Member Admin
Topic starter
 

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

making folder in linux

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.

checking for new folder that you have made in linux

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

This topic was modified 1 month ago 2 times by Pavel Horvath
This topic was modified 6 days ago by Pavel Horvath
 
Posted : 20/04/2025 5:06 pm
Share: