10 tips for Linux beginners

Source: Internet
Author: User


10 tips for Linux beginners 1. linux is a case-sensitive system. For example, Mozilla, MOZILLA, mOzilla, and mozilla are four different commands (but only the fourth mozilla command is actually valid ). Also, my_filE, my_file, and my_FILE are three different files. User login names and secrets are also case sensitive (this is because UNIX systems and C languages are traditionally case sensitive ). 2. The file name can contain a maximum of 256 characters, including numbers, periods (.), underscores (_), and crossbars (-), and other unrecommended characters. 3. Files with "." in front of the file name are generally not displayed when you enter the "ls" or "dir" command. You can think of these files as implicit files. Of course, you can also use the "ls-a" command to display these files.
4. "/" equals to "\" under DOS (root directory, which means the parent directory of all other directories, or an interval between directories and files ). For example, cd/usr/doc. Www.2cto.com 5. in Linux, all directories are displayed under a single directory tree (different from the drive ID of the DOS system ). This means that all files and directories on all physical devices are merged under a single directory tree. 6. In the configuration file, the line with the # header is the comment line. When modifying the configuration file, try not to delete the old settings-you can add "#" to the original settings to the comment line, and always add some comments about the changes to the modification place, you will find that you will benefit a lot in future management.
7. Linux is an inherited multi-user operating system. Put your personal settings (and other users' personal settings) in your home directory (usually/home/your_user_login_name ). The names of many configuration files start with ".", which is invisible to users. 8. The entire system scope is generally set under the/etc directory. 9. Similar to other multi-user operating systems, in Linux, files and directories have their own owner and access permissions. In general, you are only allowed to file under your home directory (/home/your_user_login_name ). Learn about file permission management. Otherwise, you will find Linux very troublesome. 10. The Command Parameter options are generally guided by "-", followed by a character (or "--", when the option exceeds one character ). In this way, "-" is a bit like "/" in DOS "/". For example, enter the rm -- help Command. Author: linux_loajie

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.