linux中のls命令の詳細解


lsコマンドは、ターゲットリストを表示するために使用されます。Linuxでは、使用率が高いコマンドです。lsコマンドの出力情報は、異なる種類のファイルを区別するカラー強調表示を行うことができます。
構文

ls(  )(  )
オプション

-a:         (ls            “.”     ,    );
-A:       “.” “..”         ;
-C:        。      ;
-l: “-C”      ,             ,      ;
-F:                 ,    :“*”              ,“/”    ,“@”      ,“|”      FIFO,“=”  sockets   。         ,        ;
-b:                “”          ;
-c: “-lt”     ,                ,               ctime  。 “-l”     ,                ;
-d:      ,            。          ,             ;
-f:           “aU”    ,   “lst”     ;
-i:         (inode)。            ;
--<span class='wp_keywordlink'><a href="http://man.linuxde.net/file" rel="external nofollow" title="file  " target="_blank">file</a></span>-<span class='wp_keywordlink'><a href="http://man.linuxde.net/type" rel="external nofollow" title="type  " target="_blank">type</a></span>: &ldquo;-F&rdquo;       ,     &ldquo;*&rdquo;;
-k: KB(   )         ;
-l:              。                ,    、    、    、   、 、               ;
-m: &ldquo;,&rdquo;             ;
-n:                 ;
-r:                 ;
-s:          ,      ;
-t:             ;
-L:                 ,                  ;
-R:    ,                   ;
--full-<span class='wp_keywordlink'><a href="http://man.linuxde.net/time" rel="external nofollow" title="time  " target="_blank">time</a></span>:          ;
--color[=WHEN]:                。
パラメータ
ディレクトリ:リストを表示するディレクトリを指定します。具体的なファイルでもいいです。
実例
現在のディレクトリの非隠しファイルとディレクトリを表示します。

[root@localhost ~]# lsanaconda-ks.cfg install.log install.log.syslog satools
現在のディレクトリの下に隠しファイルを含むすべてのファイルリストを表示します。

[root@localhost ~]# ls -a
.  anaconda-ks.cfg .bash_logout  .bashrc install.log     .mysql_history <span style="color:#0000cd;">satools</span> .tcshrc  .vimrc
.. .bash_history  .bash_profile .cshrc  install.log.syslog .rnd      .<span class='wp_keywordlink'><a href="http://man.linuxde.net/ssh" rel="external nofollow" title="ssh  " target="_blank">ssh</a></span>   .viminfo
長い書式リストを出力

[root@localhost ~]# ls -1anaconda-ks.cfginstall.loginstall.log.syslogsatools
ファイルのinode情報を表示します。
インデックス・ノード(index inode略称は「inode」)は、Linuxの中の特殊な概念であり、同じインデックス・ポイント番号を持つ2つのテキストは本質的に同じファイルである(ファイル名が異なる以外)。

[root@localhost ~]# ls -i -l anaconda-ks.cfg install.log
2345481 -rw------- 1 root root  859 Jun 11 22:49 anaconda-ks.cfg
2345474 -rw-r--r-- 1 root root 13837 Jun 11 22:49 install.log
水平出力ファイル一覧

[root@localhost /]# ls -m
bin, boot, data, dev, etc, home, lib, lost+found, media, misc, mnt, opt, proc, root, sbin, selinux, srv, sys, tmp, usr, var
最後に編集したファイルを変更します。
最近変更されたファイルは一番上に表示されます。

[root@localhost /]# ls -ttmp root 
etc dev lib boot s
ys proc data home bin sbin 
usr var lost+found 
media mnt 
opt selinux srv misc
再帰的なファイルを表示

[root@localhost ~]# 
ls -R.:anaconda-ks.cfg 
install.log 
install.log.syslog 
satools./satools:black.txt freemem.sh 
iptables.sh 
lnmp.sh mysql 
php502_check.sh 
ssh_safe.sh
ファイルのUIDとGIDを印刷します。

[root@localhost /]# ls -ntotal 254drwxr-xr-x  
2 0 0 4096 Jun 12 04:03 bindrwxr-xr-x  
4 0 0 1024 Jun 15 14:45 bootdrwxr-xr-x  
6 0 0 4096 Jun 12 10:26 datadrwxr-xr-x 
10 0 0 3520 Sep 26 15:38 devdrwxr-xr-x 
75 0 0 4096 Oct 16 04:02 etcdrwxr-xr-x 
 4 0 0 4096 Jun 12 10:26 homedrwxr-xr-x 
14 0 0 12288 Jun 16 04:02 libdrwx------ 
 2 0 0 16384 Jun 11 22:46 lost+founddrwxr-xr-x 
 2 0 0 4096 May 11 2011 mediadrwxr-xr-x  
2 0 0 4096 Nov 8 2010 miscdrwxr-xr-x 
 2 0 0 4096 May 11 2011 mntdrwxr-xr-x 
 2 0 0 4096 May 11 2011 optdr-xr-xr-x 
232 0 0   0 Jun 15 11:04 procdrwxr-x---  
4 0 0 4096 Oct 15 14:43 rootdrwxr-xr-x  
2 0 0 12288 Jun 12 04:03 sbindrwxr-xr-x  
2 0 0 4096 May 11 2011 selinuxdrwxr-xr-x  
2 0 0 4096 May 11 2011 srvdrwxr-xr-x 
11 0 0  
 0 Jun 15 11:04 sysdrwxrwxrwt  
3 0 0 98304 Oct 16 08:45 tmpdrwxr-xr-x 
13 0 0 4096 Jun 11 23:38 usrdrwxr-xr-x 
 19 0 0 4096 Jun 11 23:38 var
ファイルとフォルダの詳細を一覧表示します。

[root@localhost /]# ls -ltotal 254drwxr-xr-x  
2 root root 4096 Jun 12 04:03 bindrwxr-xr-x 
 4 root root 1024 Jun 15 14:45 bootdrwxr-xr-x 
 6 root root 4096 Jun 12 10:26 datadrwxr-xr-x 
10 root root 3520 Sep 26 15:38 devdrwxr-xr-x 
75 root root 4096 Oct 16 04:02 etcdrwxr-xr-x  
4 root root 4096 Jun 12 10:26 homedrwxr-xr-x 
14 root root 12288 Jun 16 04:02 libdrwx------ 
 2 root root 16384 Jun 11 22:46 lost+founddrwxr-xr-x  2 root root 4096 May 11 2011 mediadrwxr-xr-x  2 root root 4096 Nov 8 2010 miscdrwxr-xr-x 
 2 root root 4096 May 11 2011 mntdrwxr-xr-x 
 2 root root 4096 May 11 2011 optdr-xr-xr-x 
232 root root   0 Jun 15 11:04 procdrwxr-x--- 
 4 root root 4096 Oct 15 14:43 rootdrwxr-xr-x 
 2 root root 12288 Jun 12 04:03 sbindrwxr-xr-x 
 2 root root 4096 May 11 2011 selinuxdrwxr-xr-x  2 root root 4096 May 11 2011 srvdrwxr-xr-x 
 11 root root   0 Jun 15 11:04 sysdrwxrwxrwt 
 3 root root 98304 Oct 16 08:48 tmpdrwxr-xr-x 
13 root root 4096 Jun 11 23:38 usrdrwxr-xr-x 
 19 root root 4096 Jun 11 23:38 var
読み取り可能なファイルとフォルダの詳細を一覧表示します。

[root@localhost /]# ls -lhtotal 254Kdrwxr-xr-x 
 2 root root 4.0K Jun 12 04:03 bindrwxr-xr-x 
 4 root root 1.0K Jun 15 14:45 bootdrwxr-xr-x 
 6 root root 4.0K Jun 12 10:26 datadrwxr-xr-x
 10 root root 3.5K Sep 26 15:38 devdrwxr-xr-x 
 75 root root 4.0K Oct 16 04:02 etcdrwxr-xr-x 
 4 root root 4.0K Jun 12 10:26 homedrwxr-xr-x 
14 root root 12K Jun 16 04:02 libdrwx------ 
 2 root root 16K Jun 11 22:46 lost+founddrwxr-xr-x  2 root root 4.0K May 11 2011 mediadrwxr-xr-x  2 root root 4.0K Nov 8 2010 miscdrwxr-xr-x 
 2 root root 4.0K May 11 2011 mntdrwxr-xr-x 
 2 root root 4.0K May 11 2011 optdr-xr-xr-x 
235 root root  0 Jun 15 11:04 procdrwxr-x--- 
 4 root root 4.0K Oct 15 14:43 rootdrwxr-xr-x  
2 root root 12K Jun 12 04:03 sbindrwxr-xr-x  
2 root root 4.0K May 11 2011 selinuxdrwxr-xr-x 
 2 root root 4.0K May 11 2011 srvdrwxr-xr-x
 11 root root  0 Jun 15 11:04 sysdrwxrwxrwt 
 3 root root 96K Oct 16 08:49 tmpdrwxr-xr-x 
13 root root 4.0K Jun 11 23:38 usrdrwxr-xr-x 
 19 root root 4.0K Jun 11 23:38 var
フォルダ情報を表示

[root@localhost /]# ls -ld /etc/drwxr-xr-x 75 root root 4096 Oct 16 04:02 /etc/
時間ごとにファイルとフォルダの詳細を一覧表示します。

[root@localhost /]# ls -lttotal 254drwxrwxrwt 
 3 root root 98304 Oct 16 08:53 tmpdrwxr-xr-x 
 75 root root 4096 Oct 16 04:02 etcdrwxr-x--- 
 4 root root 4096 Oct 15 14:43 rootdrwxr-xr-x 
 10 root root 3520 Sep 26 15:38 devdrwxr-xr-x
 14 root root 12288 Jun 16 04:02 libdrwxr-xr-x
  4 root root 1024 Jun 15 14:45 bootdrwxr-xr-x
 11 root root   0 Jun 15 11:04 sysdr-xr-xr-x 
232 root root   0 Jun 15 11:04 procdrwxr-xr-x 
 6 root root 4096 Jun 12 10:26 datadrwxr-xr-x 
 4 root root 4096 Jun 12 10:26 homedrwxr-xr-x 
 2 root root 4096 Jun 12 04:03 bindrwxr-xr-x  
2 root root 12288 Jun 12 04:03 sbindrwxr-xr-x 
13 root root 4096 Jun 11 23:38 usrdrwxr-xr-x 
19 root root 4096 Jun 11 23:38 vardrwx------ 
 2 root root 16384 Jun 11 22:46 lost+founddrwxr-xr-x  2 root root 4096 May 11 2011 mediadrwxr-xr-x  2 root root 4096 May 11 2011 mntdrwxr-xr-x  
2 root root 4096 May 11 2011 optdrwxr-xr-x  
2 root root 4096 May 11 2011 selinuxdrwxr-xr-x
  2 root root 4096 May 11 2011 srvdrwxr-xr-x 
 2 root root 4096 Nov 8 2010 misc
変更時間ごとにファイルとフォルダの詳細を一覧表示します。

[root@localhost /]# ls -ltrtotal 254drwxr-xr-x 
 2 root root 4096 Nov 8 2010 miscdrwxr-xr-x 
 2 root root 4096 May 11 2011 srvdrwxr-xr-x  
2 root root 4096 May 11 2011 selinuxdrwxr-xr-x 
 2 root root 4096 May 11 2011 optdrwxr-xr-x  
2 root root 4096 May 11 2011 mntdrwxr-xr-x  
2 root root 4096 May 11 2011 mediadrwx------ 
 2 root root 16384 Jun 11 22:46 lost+founddrwxr-xr-x 19 root root 4096 Jun 11 23:38 vardrwxr-xr-x 
13 root root 4096 Jun 11 23:38 usrdrwxr-xr-x  
2 root root 12288 Jun 12 04:03 sbindrwxr-xr-x 
 2 root root 4096 Jun 12 04:03 bindrwxr-xr-x 
 4 root root 4096 Jun 12 10:26 homedrwxr-xr-x 
 6 root root 4096 Jun 12 10:26 datadr-xr-xr-x 
232 root root   0 Jun 15 11:04 procdrwxr-xr-x 
 11 root root   0 Jun 15 11:04 sysdrwxr-xr-x 
 4 root root 1024 Jun 15 14:45 bootdrwxr-xr-x 
14 root root 12288 Jun 16 04:02 libdrwxr-xr-x 
10 root root 3520 Sep 26 15:38 devdrwxr-x--- 
 4 root root 4096 Oct 15 14:43 rootdrwxr-xr-x
 75 root root 4096 Oct 16 04:02 etcdrwxrwxrwt
  3 root root 98304 Oct 16 08:54 tmp
特殊文字でファイルを分類します。

[root@localhost nginx-1.2.1]# ls -Fauto/ CHANGES CHANGES.ru conf/ configure* contrib/ html/ LICENSE Makefile man/ objs/ README src/
ファイルを一覧表示して、色の分類をマークします。

[root@localhost nginx-1.2.1]# ls --color=autoauto CHANGES CHANGES.ru conf configure 
contrib 
 html LICENSE Makefile man objs 
README src
締め括りをつける
以上は小编が皆さんに绍介したlinux中ls命令の详しい解です。皆さんに助けてほしいです。もし何か疑问があれば、メッセージをください。小编はすぐに皆さんに返事します。ここでも私たちのサイトを応援してくれてありがとうございます。