Shell Learning Essays

Source: Internet
Author: User

      Umask Set permission mask

      General default mask is 022

      Directory highest permissions 777

      File maximum permissions 666

      Based on mask, permissions are

      777-022 = 755

      666-022 = 644

    1.   String test /p>

       test 

       1) detects if the variable is null  

          [-Z $var] 

          If you are empty, perform the following

          [z $var] && touch filename

    2. Program exit status

      Example: Test string

        & nbsp [-Z ']

         echo $?  # 0

         [-Z "AAA"]

         echo $?  # 1

        0 is normal, 1 is abnormal  


    3. Test Status

      File:
         -D directory

          x executable

         -w writable

       -S   file length is not empty

       -R   readable
       -l sign Connection
       -F   Regular file

      1) test whether the file can be executed

      [-x filename]

      Echo $?< BR>2) test is a regular file, if it is a directory, does not pass
      [-F tttt];echo $?


This article is from the "Nickylans" blog, make sure to keep this source http://378359.blog.51cto.com/368359/1908872

Shell Learning Essays

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.