Friday, March 15, 2013

Useful Commands - The 'mkdir' command



Useful Commands - The 'mkdir' command


Beginners Level Course: Useful Commands - The 'mkdir' command

How to create directory in Linux


'mkdir' is the command for making directories. 'mkdir' may be familiar to MS-DOS users out there. As you have noticed, the people who wrote these programs tried to give them names that described what they do more or less, not as long as 'makemeadirectoryplease' and not too cryptic like 'xr77b'.


Using the 'mkdir' command
To create the directory 'my_friends' that we talked about in the last lesson, you would type:

mkdir my_friends

 


There are no whistles or buzzers. If you'd like some sort of acknowledgment, you could type

mkdir --verbose my_friends

 


and it will tell you that you created the directory.
If you type ls -l You'll see it there along with information about it.
Now you know how to use 'mkdir'. You can even use it to create a directory called 'my_enemies' if you're into that sort of thing.


The 'rmdir' command
'rmdir' is the opposite of 'mkdir'- it gets rid of directories. It should be pointed out that in order to use it, the directory has to be empty. If you copied or moved anything to 'my_friends' and you typed

rmdir my_friends/

 


Linux would politely tell you that you can't do that.


So, you have to use your 'rm' command on the files first to remove them or use 'mv' to get them into another directory. Then you're free to use 'rmdir'
So, next we'll deal with the 'rm' command.

1 comment:

  1. Hi there, You’ve done an excellent job. I’ll definitely digg it and in my view suggest to my friends. I am sure they will be benefited from this site. [url=http://whoosonline.com/blogs/post/2883]Cornelia[/url]

    ReplyDelete