-A 列出除了”.”和”..”以外的文件
[aliyunzixun@xxx.com httpd]# ls -Aconf conf.d conf.modules.d logs modules run
-a ##列出所有包括以“.“開頭的隱藏文件(linux下文件隱藏文件是以.開頭的,如果存在..代表存在著上以級目錄
[aliyunzixun@xxx.com httpd]# ls -a. .. conf conf.d conf.modules.d logs modules run
-l ##列出文件屬性詳細(xì)信息,如創(chuàng)建者,創(chuàng)建時間,文件的讀寫權(quán)限列表等等
[root@ChangerLee httpd]# ls -ltotal 12drwxr-xr-x. 2 root root 4096 Jul 12 23:23 confdrwxr-xr-x. 2 root root 4096 Jul 12 23:23 conf.ddrwxr-xr-x. 2 root root 4096 Jul 12 23:23 conf.modules.dlrwxrwxrwx. 1 root root 19 Jul 12 23:23 logs -> ../../var/log/httpdlrwxrwxrwx. 1 root root 29 Jul 12 23:23 modules -> ../../usr/lib64/httpd/moduleslrwxrwxrwx. 1 root root 10 Jul 12 23:23 run -> /run/httpd
-d ##指定目錄本身
[root@ChangerLee httpd]# ls -d.
-C:分成多列顯示。
[admin@r42h06016.xy2.xxx.com]$find /etc /tmp /root -name passwd。
#輸入你httpc.conf的路徑,對于httpd2系列的一般都在/etc/httpd/conf/這個目錄下面[/code:1:794ef16052]。
/etc/httpd/conf/httpd.conf[/color]#輸入你httpc.conf的路徑,對于httpd2系列的一般都在/etc/httpd/conf/這個目錄下面。
不對呀,原來還好好的,在排除了目錄的權(quán)限等的問題外,我?guī)缀醴榱讼到y(tǒng)的所有文件,尤其是/etc/httpd/conf下的所有配置文件,因為我已經(jīng)將access.conf,srm.conf文件加入到httpd.conf文件中,同時在httpd.conf文件的最后加上了一句:。
-s ##列出文件大小 size(大小)
[aliyunzixun@xxx.com httpd]# ls . -stotal 124 conf 4 conf.d 4 conf.modules.d 0 logs 0 modules 0 run[aliyunzixun@xxx.com httpd]# ls . -lstotal 124 drwxr-xr-x. 2 root root 4096 Jul 12 23:23 conf4 drwxr-xr-x. 2 root root 4096 Jul 12 23:23 conf.d4 drwxr-xr-x. 2 root root 4096 Jul 12 23:23 conf.modules.d0 lrwxrwxrwx. 1 root root 19 Jul 12 23:23 logs -> ../../var/log/httpd0 lrwxrwxrwx. 1 root root 29 Jul 12 23:23 modules -> ../../usr/lib64/httpd/modules0 lrwxrwxrwx. 1 root root 10 Jul 12 23:23 run -> /run/httpd