Beginners Introduction to Linux command: ls [options] [directory]

  Options file directory command role

   Display ls -a / all files in a directory to include. "" Hidden files that begin with. -A and -a display is just about the same -A Do not show hidden directory and parent directory

           -l ....... Show Details file or directory

          -d ....... view the file or directory attributes

          The size of the file is displayed in human-readable -H .......

          -i ....... display the inode (inode i.e. node i)

          -p ....... only later add the directory "/"

          -R & lt ....... letter sequence alignment file display counter

          -t ........ the last modified time to sort between the text display files

          -R & lt ........ If the directory has the file displayed in sequence in accordance with a default

          ........ ls -F -F parameter is the end of the file with the file type indicator (* on behalf of the executable file / directory represents, represents = socket, @ symbolic link, | representation pipes, one of which)

Description: ls -l can be written "ll" effect is the same.

    

 

Guess you like

Origin www.cnblogs.com/learnorplay/p/11715340.html