Beginners level course:the mkdir and RmDir commands

Source: Internet
Author: User

' mkdir ' is the Directory Creation command. Users who have used MS-DOS may be familiar with this command. As you may have already said, the people who write these programs are lazy to name these programs and express the longest meanings in the shortest combinations of words, so they don't follow "makemeadirectoryplease", but they don't use abstract names like ' xr77b '.
using the ' mkdir ' command
To create a ' my_friends ' directory, you need to typing:mkdir my_friendswithout any hint. If you want to know something about the feedback, you can enter:mkdir-verbose my_friendsThe system will tell you the directory you created. If you enter Ls-l, you will see the information for that directory.      Now you know how to use the ' mkdir ' command. You can even create a directory called ' My_enemies '.
' rmdir ' command     The ' rmdir ' command corresponds to the ' mkdir ' command, deleting the directory. It must be noted that the use of the command requires that the directory being deleted is empty. If you copy or move anything to the ' my_friends ' directory, then use the command:rmdir my_friends/the Linux system will prompt you not to do so.
Therefore, you need to use the ' RM ' command to remove something from the My_friends directory or move it into a different directory. So you can use the ' rmdir ' command.
Original address: http://www.linux.org/threads/the-mkdir-and-rmdir-commands.4097/

Beginners level course:the mkdir and RmDir commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.