中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級網(wǎng)工!

招聘|合作 登陸|注冊

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點關(guān)注 > linux常用命令

linux常用命令 Linux下基本指令ls總結(jié)

時間:2018-11-27

-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

 上一個教程:linux命令