Linux 文件管理-基础知识-文件属性查看-【ls命令】查看文件的基本属性描述信息

ls = list directory content=列出指定目录下的内容信息

参数-长参数--命令类型意义
-a--all过滤文件列出当前目录下包含.和..的所有文件
-A--almost-all过滤文件列出当前目录下不包含.和..的所有文件
--author   
-b--escape数据格式 把文件名中不可输出的字符用反斜杠加字符编号形式列出
 --block-size数据格式ls -l --block-size=4096 以4096为块的大小输入文件占用了多少个块
-B--ignore-backups过滤文件忽略以 ~结尾的文件
-c 排序文件

按照文件最后修改的时间的降序列出这些文件

--lt 把文件的最后修改事件也格式化输出,ls -c 按照创建最后修改时间倒叙排;ls -lt连时间也一起输出
-C 显示格式纵向一行的输出多个文件名(如果该参数组合其他参数需要输出个信息,例如属组,属主等,该命令将会失效)
 --color[=WHEN]显示格式ls --color=never|always|auto;控制是否以颜色区分文件
-d--directory搜寻目标在目录下直接输出当前目录的信息 ,配合 -l 可以输出当前目录的权限,创建时间等信息;  ls -d -l 
-D--dired 输出适合 Emacs 的 dired 模式使用的结果,不知道有啥用
-f  对输出的文件不进行排序, -lst等选项会失效,会输出当前目录下的所有文件
-F--classify数据格式附加文件类别,符号在文件名最后。/表明是一个目录;@表明是到其它文件的符号链接;* 表明是一个可执行文件
 --file-type  
 --format=WORD  ls --format=single-column 一行只展示一个文件名
 --full-time数据格式输出文件的更新时间具体到毫秒
-g 数据格式只展示属组
 --group-directories-first排序文件文件夹优先展示 ;.和.. 也算文件夹
-G--no-group数据格式不展示和属组的相关信息,与其他本该展示属组信息的参数组合时将隐藏属组信息
-h,--human-readable 以容易理解的格式来展示文件的大小,单独使用只会展示文件名
 --si数据格式以1000为单位,而不是1024,单独使用会展示indoe和size
-H--dereference-command-line 暂时没发现有啥用
 --dereference-command-line-symlink-to-dir 
 --hide=PATTERN过滤文件隐藏指定的文件名,(该命令和-all使用的时候将失效),可以配合-l使用时,与ls -I(大写的I,即Ignore的首字母大写)效果一致
 --indicator-style=WORD  
-i--inode数据格式显示一个文件inode
-I--ignore=PATTERN过滤文件与--hide效果一致
-k--kibibytes 以k展示文件的大小  ls -lk ; 以1024为1k的换算单位;ls -l --si;以1000为1k的换算单位
-l  输入一个文件的:1:权限信息+2:文件的硬链接数+3:属主+4:属组+5:文件大小+6:文件最后更新时间+7:文件名
-L--dereference数据格式如果一个文件是软连接,将展示原来的文件的信息
-m  所有项目以逗号分隔,并填满整行行宽
-n--numeric-uid-gid数据格式与ls -l命令类似,ls -l将展示的是用户具体的属主名和属组名,而ls -n展示的是属主id和属组id
-N--literal 不限制文件输出的长度,在centos7.7上创建了一个长度为255字符的文件,也全量输出了
-o 数据格式显示除属组外的其他信息
-p--indicator-style=slash显示格式使输出的文件夹增加  /   结尾,例如dir_1将被显示为dir_1/
-q--hide-control-chars显示格式使用?替代不可输出字符
 --show-control-chars兼容性有的版本的ls不支持中文,如果在其他工具里调用,可以显示中文,例如Cmder
-Q--quote-name显示格式该选项可以把输出的文件名用双引号括起来
 --quoting-style=WORD 不知道有啥用
-r--reverse显示格式将文件的显示顺序倒序排列,只把最后的结果进行反转输出
-R--recursive显示格式递归显示子目录!!!!!非常有用
-s--size显示格式ls -s 能展示文件的大小数组格式:{size fileName }...
-S  排序文件按照文件的大小输出文件,单独使用将输出文件名
 --sort=WORD排序文件

 

  1. # ls --sort=extension 选项来按照扩展名对输出结果排序
  2. # ls --sort=size 扩展选项按照大小排序
  3. # ls --sort=time 扩展选项按照时间排序
  4. # ls --sort=version 扩展选项对版本排序
  5. # ls --sort=none 常规方式输出结果而不会进行排序
 --time=WORD  
 --time-style=STYLE  
-t 排序文件以文件修改时间降序排序
-T--tabsize=COLS  
-u 排序文件单独使用时按照文件的最后访问排序输出(不包含隐藏文件),和lt和l使用将失去作用,和all使用也将失去作用
-U  排序文件不进行排序;依文件系统原有的次序列出项目
-v    把文件名按照字符串出现的顺序排序(包括文件的结尾的后缀也加入到排序字段)
-w--width=COLS 自行指定屏幕宽度而不使用目前的数值
-x    
-X  按照文件的扩展名进行排序,但是
-1   
Selinux Option--lcontext  
-Z,--context  
 --scontext  
 --help  
 --version  

命令的man参考

 

LS(1)                                                                                    User Commands                                                                                   LS(1)

NAME
       ls - list directory contents

SYNOPSIS
       ls [OPTION]... [FILE]...

DESCRIPTION
       List information about the FILEs (the current directory by default).  Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.

       Mandatory arguments to long options are mandatory for short options too.

       -a, --all
              do not ignore entries starting with .

       -A, --almost-all
              do not list implied . and ..

       --author
              with -l, print the author of each file

       -b, --escape
              print C-style escapes for nongraphic characters

       --block-size=SIZE
              scale sizes by SIZE before printing them; e.g., '--block-size=M' prints sizes in units of 1,048,576 bytes; see SIZE format below

       -B, --ignore-backups
              do not list implied entries ending with ~

       -c     with -lt: sort by, and show, ctime (time of last modification of file status information); with -l: show ctime and sort by name; otherwise: sort by ctime, newest first

       -C     list entries by columns

       --color[=WHEN]
              colorize the output; WHEN can be 'never', 'auto', or 'always' (the default); more info below

       -d, --directory
              list directories themselves, not their contents

       -D, --dired
              generate output designed for Emacs' dired mode

       -f     do not sort, enable -aU, disable -ls --color

       -F, --classify
              append indicator (one of */=>@|) to entries

       --file-type
              likewise, except do not append '*'

       --format=WORD
              across -x, commas -m, horizontal -x, long -l, single-column -1, verbose -l, vertical -C

       --full-time
              like -l --time-style=full-iso

       -g     like -l, but do not list owner

       --group-directories-first
              group directories before files;

              can be augmented with a --sort option, but any use of --sort=none (-U) disables grouping

       -G, --no-group
              in a long listing, don't print group names

       -h, --human-readable
              with -l, print sizes in human readable format (e.g., 1K 234M 2G)

       --si   likewise, but use powers of 1000 not 1024

       -H, --dereference-command-line
              follow symbolic links listed on the command line

       --dereference-command-line-symlink-to-dir
              follow each command line symbolic link

              that points to a directory

       --hide=PATTERN
              do not list implied entries matching shell PATTERN (overridden by -a or -A)

       --indicator-style=WORD
              append indicator with style WORD to entry names: none (default), slash (-p), file-type (--file-type), classify (-F)

       -i, --inode
              print the index number of each file

       -I, --ignore=PATTERN
              do not list implied entries matching shell PATTERN

       -k, --kibibytes
              default to 1024-byte blocks for disk usage

       -l     use a long listing format

       -L, --dereference
              when showing file information for a symbolic link, show information for the file the link references rather than for the link itself

       -m     fill width with a comma separated list of entries

       -n, --numeric-uid-gid
              like -l, but list numeric user and group IDs

       -N, --literal
              print raw entry names (don't treat e.g. control characters specially)

       -o     like -l, but do not list group information

       -p, --indicator-style=slash
              append / indicator to directories

       -q, --hide-control-chars
              print ? instead of nongraphic characters

       --show-control-chars
              show nongraphic characters as-is (the default, unless program is 'ls' and output is a terminal)

       -Q, --quote-name
              enclose entry names in double quotes

       --quoting-style=WORD
              use quoting style WORD for entry names: literal, locale, shell, shell-always, c, escape

       -r, --reverse
              reverse order while sorting

       -R, --recursive
              list subdirectories recursively

       -s, --size
              print the allocated size of each file, in blocks

       -S     sort by file size

       --sort=WORD
              sort by WORD instead of name: none (-U), size (-S), time (-t), version (-v), extension (-X)

       --time=WORD
              with -l, show time as WORD instead of default modification time: atime or access or use (-u) ctime or status (-c); also use specified time as sort key if --sort=time

       --time-style=STYLE
              with  -l,  show  times  using style STYLE: full-iso, long-iso, iso, locale, or +FORMAT; FORMAT is interpreted like in 'date'; if FORMAT is FORMAT1<newline>FORMAT2, then FORMAT1
              applies to non-recent files and FORMAT2 to recent files; if STYLE is prefixed with 'posix-', STYLE takes effect only outside the POSIX locale

       -t     sort by modification time, newest first

       -T, --tabsize=COLS
              assume tab stops at each COLS instead of 8

       -u     with -lt: sort by, and show, access time; with -l: show access time and sort by name; otherwise: sort by access time

       -U     do not sort; list entries in directory order

       -v     natural sort of (version) numbers within text

       -w, --width=COLS
              assume screen width instead of current value

       -x     list entries by lines instead of by columns

       -X     sort alphabetically by entry extension

       -1     list one file per line

       SELinux options:

       --lcontext
              Display security context.   Enable -l. Lines will probably be too wide for most displays.

       -Z, --context
              Display security context so it fits on most displays.  Displays only mode, user, group, security context and file name.

       --scontext
              Display only security context and file name.

       --help display this help and exit

       --version
              output version information and exit

       SIZE is an integer and optional unit (example: 10M is 10*1024*1024).  Units are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).

       Using color to distinguish file types is disabled both by default and with --color=never.  With --color=auto, ls emits color codes only when standard output is connected to  a  termi‐
       nal.  The LS_COLORS environment variable can change the settings.  Use the dircolors command to set it.

   Exit status:
       0      if OK,

       1      if minor problems (e.g., cannot access subdirectory),

       2      if serious trouble (e.g., cannot access command-line argument).

       GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report ls translation bugs to <http://translationproject.org/team/>

AUTHOR
       Written by Richard M. Stallman and David MacKenzie.

COPYRIGHT
       Copyright © 2013 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

利用stat 查看一个文件的详细信息

 

ls -B

 

ls -R -B 结合使用

ls -c && ls lt

ls --full-time

ls -d

ls -g

 

ls -G

ls -h 以容易理解的格式列出文件的大小

ls -L

ls -o

ls -Q

ls -S :按照文件的大小输出文件

 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值