`
xarw24xarw
  • 浏览: 10409 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

ls命令选项详解

 
阅读更多

ls命令选项详解
2012年01月19日
  http://blog.sina.com.cn/s/blog_559efa6a01000bmj.ht ml
  ls 命令可以说是Linux下最常用的命令之一。它有众多的选项,其中有很多是很有用的,你是否熟悉呢?下面列出了 ls 命令的绝大多数选项。
  -a 列出目录下的所有文件,包括以 . 开头的隐含文件。
  -b 把文件名中不可输出的字符用反斜杠加字符编号(就象在C语言里一样)的形式列出。
  -c 输出文件的 i 节点的修改时间,并以此排序。
  -d 将目录象文件一样显示,而不是显示其下的文件。
  -e 输出时间的全部信息,而不是输出简略信息。
  -f -U 对输出的文件不排序。
  -g 无用。
  -i 输出文件的 i 节点的索引信息。
  -k 以 k 字节的形式表示文件的大小。
  -l 列出文件的详细信息。
  -m 横向输出文件名,并以“,”作分格符。
  -n 用数字的 UID,GID 代替名称。
  -o 显示文件的除组信息外的详细信息。
  -p -F 在每个文件名后附上一个字符以说明该文件的类型,“*”表示可执行的普通
  文件;“/”表示目录;“@”表示符号链接;“|”表示FIFOs;“=”表示套
  接字(sockets)。
  -q 用?代替不可输出的字符。
  -r 对目录反向排序。
  -s 在每个文件名后输出该文件的大小。
  -t 以时间排序。
  -u 以文件上次被访问的时间排序。
  -x 按列输出,横向排序。
  -A 显示除“.”和“..”外的所有文件。
  -B 不输出以“~”结尾的备份文件。
  -C 按列输出,纵向排序。
  -G 输出文件的组的信息。
  -L 列出链接文件名而不是链接到的文件。
  -N 不限制文件长度。
  -Q 把输出的文件名用双引号括起来。
  -R 列出所有子目录下的文件。
  -S 以文件大小排序。
  -X 以文件的扩展名(最后一个 . 后的字符)排序。
  -1 一行只输出一个文件。
  --color=no 不显示彩色文件名
  --help 在标准输出上显示帮助信息。
  --version 在标准输出上输出版本信息并退出。
  [linuxer@localhost ~]$ man ls
  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 alphabeti-
  cally if none of -cftuvSUX nor --sort.
  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 octal escapes for nongraphic characters
  --block-size=SIZE
  use SIZE-byte blocks
  -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 informa-
  tion) with -l: show ctime and sort by name otherwise: sort by ctime
  -C     list entries by columns
  --color[=WHEN]
  control whether color is used to distinguish file types. WHEN may be ‘never’, ‘always’,
  or ‘auto’
  -d, --directory
  list directory entries instead of contents, and do not dereference symbolic links
  -D, --dired
  generate output designed for Emacs’ dired mode
  -f     do not sort, enable -aU, disable -lst
  -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
  -G, --no-group
  like -l, but do not list group
  -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
  with -l, print the index number of each file
  -I, --ignore=PATTERN
  do not list implied entries matching shell PATTERN
  -k     like --block-size=1K
  -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 non graphic characters
  --show-control-chars
  show non graphic characters as-is (default unless program is ‘ls’ and output is a termi-
  nal)
  -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
  with -l, print size of each file, in blocks
  -S     sort by file size
  --sort=WORD
  extension -X, none -U, size -S, time -t, version -v, status -c, time -t, atime -u,
  access -u, use -u
  --time=WORD
  with -l, show time as WORD instead of modification time: atime, access, use, ctime or
  status; 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, +FORMAT. FORMAT
  is interpreted like ‘date’; if FORMAT is FORMAT1FORMAT2, 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
  -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 oth-
  erwise: sort by access time
  -U     do not sort; list entries in directory order
  -v     sort by version
  -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 dis-
  plays.
  -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 may be (or may be an integer optionally followed by) one of following: kB 1000, K 1024, MB
  1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.
  By default, color is not used to distinguish types of files. That is equivalent to using
  --color=none. Using the --color option without the optional WHEN argument is equivalent to
  using --color=always.   With --color=auto, color codes are output only if standard output is
  connected to a terminal (tty). The environment variable LS_COLORS can influence the colors,
  and can be set easily by the dircolors command.
  Exit status is 0 if OK, 1 if minor problems, 2 if serious trouble.
  AUTHOR
  Written by Richard Stallman and David MacKenzie.
  REPORTING BUGS
  Report bugs to .
  COPYRIGHT
  Copyright ?? 2006 Free Software Foundation, Inc.
  This is free software. You may redistribute copies of it under the terms of the GNU General
  Public License . There is NO WARRANTY, to the extent
  permitted by law.
  SEE ALSO
  The full documentation for ls is maintained as a Texinfo manual. If the info and ls programs
  are properly installed at your site, the command
  info ls
  should give you access to the complete manual.
  ls 5.97                            June 2006                             LS(1)
分享到:
评论

相关推荐

    linux 中的ls命令参数详解及ls命令的使用实例

    一、ls命令参数详解  可以通过阅读 ls 的说明书页(man ls)来获得选项的完整列表。  -a – 全部(all)。列举目录中的全部文件,包括隐藏文件(.filename)。位于这个列表的起首处的 .. 和 . 依次是指父目录和...

    linux中ls命令使用详解

    ls命令是linux下最常用的命令。ls命令就是list的缩写缺省下ls用来打印出当前目录的清单如果ls指定其他目录那么就会显示指定目录里的文件及文件夹清单。 通过ls 命令不仅可以查看linux文件夹包含的文件而且...

    Linux ls命令参数详解

    下面是一个与 ls 一起使用的一些常用选项的简短列表。请记住,你可以通过阅读 ls 的说明书页(man ls)来获得选项的完整列表。

    linux文件属性和更改文件权限详解

    ls命令有以下几个基本选项 选项 作用 -a 显示所有文件及目录(包括一”.”开头的隐藏文件) -l 使用长葛市列出文件及目录信息 -r 将文件以相反的次序显示(默认以英文字母序) -t 根据最后的修改时间排序 -...

    入门学习Linux常用必会60个命令实例详解doc/txt

    入门学习Linux常用必会60个命令实例详解 Linux必学的60个命令 Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不...

    Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集 .zip

    1.3 ls命令 用来查看目录的内容。 选项 含义 -a 列举目录中的全部文件,包括隐藏文件 -l 列举目录中的细节,包括权限、所有者、组群、大小、创建日期、文件是否是链接等 -f 列举的文件显示文件类型 -r 逆向,从后...

    Linux常用ls, alias基础命令详解

    ls命令 作用:列举目录文件信息( list directory content ) 格式:ls [option] [file] 1,命令不跟任何选项与目录,表示列举当前目录的文件信息  ghostwu@dev:~$ ls Desktop examples.desktop linux Pictures ...

    在网上搜集到的FTP命令详解 希望对大家有帮助

    FTP命令详解: FTP命令是Internet用户使用最频繁的命令之一,熟悉并灵活应用FTP的内部命令,可以大大方便使用者,并收到事半功倍之效。如果你想学习使用进行后台FTP下载,那么就必须学习FTP指令。 FTP的命令行...

    Linux链接命令的实例详解

    Linux链接命令的实例详解 一 语法 ln -s [源文件] [目标文件] 命令英文含义:link 功能描述:生成链接文件 选项:-s 创建软链接 二 硬链接特征 原文件和硬链接文件删除其中任何一个都没问题。 三 硬链接实战 ...

    Linux目录处理命令详解

    格式:命令 [-选项] [参数] 说明: 1.[]内的东西,有的命令有,有的命令没有 2.个别命令不遵循此格式 3.当有多个选项时,可以写在一起 4.简化选项与完整选项 -a 与 –all 作用是一样的 简化选项一般为一个”-“,...

    Linux lsof命令使用详解

    所以 lsof 命令不仅可以查看进程打开的文件、目录,还可以查看进程监听的端口等 socket 相关的信息。本文将介绍 lsof 命令的基本用法,本文中 demo 的演示环境为 ubuntu 18.04。 常用选项 -a 指示其它选项之间为与的...

    Linux lpq命令用法详解

    Linux lpq命令 Linux lpq命令用于查看一个打印队列的状态,该程序可以查看打印机队列状态及其所包含的打印任务。 语法 lpq [l] [P] [user] 参数说明: -P 指定一个打印机,否则使用默认打印机或...$ ls *.txt | pr -3 |

    Linux常用命令汇总详解(关机重启指令、文件目录类指令、时间日期类指令、搜索查找类指令、压缩解压类指令)

    一、关机重启类指令 shutdown -h now #立即关机 shutdown -h 1 #一分钟...ls -a #-a选项表示显示当前目录的所有文件和目录,包括隐藏文件 ls -l #-l选项表示以列表的形式显示信息,便于人眼观察 3. cd —切换到指定目

    cmd操作命令和linux命令大全收集

    操作详解 net use ipipc$ " " /user:" " 建立IPC空链接 net use ipipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: ipc$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: ipc$ 登陆后...

    Python的argparse库使用详解

    argparse是python标准库里面用来处理...如:[root@openstack_1 /]# ls -l # -l 就是ls命令里的一个选项参数、 基本使用 import argparse # 创建解析器 parser = argparse.ArgumentParser(description = 'This is a t

    Ubuntu常用指令及用法详解

    1.ls 这个相当于Windows 下的dir命令,可以列出当前窗口或指定窗口下的内容。 2.rm 这个相当于Windows 下的del 和rmdir 命令,可以删除文件及文件夹。 常见用法:rm -rf/home/ubuntu/.cache (删除 /home/ubuntu/....

    Linux使用教程(教程)

    目 录 一、Linux基础 5 1.什么是Linux? 5 2.什么是自由软件、GNU和GPL? 5 3.从技术上说,Linux有什么优点? 5 4.我需要学习Linux吗?...十五、Linux操作系统中备份恢复技术的详解 129 十六、GRUB使用说明 131

    MacOSX10.11安装VMware Tools图文详解

    VMware Workstation 12菜单栏单击虚拟机命令——单击安装VMware Tools选项。 MacOSX10.11桌面光盘右单击,选择推出OS X 弹出VMware Tools对话框,单击安装VMware Tools VMware Tools安装过程。 开始安装...

Global site tag (gtag.js) - Google Analytics