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

 訪問(wèn)手機(jī)版  

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

招聘|合作 登陸|注冊(cè)

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

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

linux命令_linux 關(guān)機(jī)命令_linux格式化命令

時(shí)間:2019-07-21

linux 關(guān)機(jī)命令_linux格式化命令_linux命令

[root@linuxprobe bin]# cd -
/etc
[root@linuxprobe?etc]#

還可以通過(guò)下面的命令快速切換到用戶的家目錄:

[root@linuxprobe etc]# cd ~
[root@linuxprobe ~]#

3.ls命令

ls命令用于顯示目錄中的文件信息,格式為“l(fā)s [選項(xiàng)] [文件] ”。

使用ls命令的“-a”參數(shù)看到全部文件(包括隱藏文件),使用“-l”參數(shù)可以查看文件的屬性、大小等詳細(xì)信息。將這兩個(gè)參數(shù)整合之后,再執(zhí)行l(wèi)s命令即可查看當(dāng)前目錄中的所有文件并輸出這些文件的屬性信息:

[root@linuxprobe ~]# ls -al
total 60
dr-xr-x---. 14 root root 4096 May? 4 07:56 .
drwxr-xr-x. 17 root root 4096 May? 4 15:55 ..
-rw-------.? 1 root root 1213 May? 4 15:44 anaconda-ks.cfg
-rw-------.? 1 root root? 957 May? 4 07:54 .bash_history
-rw-r--r--.? 1 root root?? 18 Dec 28? 2013 .bash_logout
-rw-r--r--.? 1 root root? 176 Dec 28? 2013 .bash_profile
-rw-r--r--.? 1 root root? 176 Dec 28? 2013 .bashrc
drwx------. 10 root root 4096 May? 4 07:56 .cache
drwx------. 15 root root 4096 May? 4 07:49 .config
-rw-r--r--.? 1 root root? 100 Dec 28? 2013 .cshrc
drwx------.? 3 root root?? 24 May? 4 07:46 .dbus
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Desktop
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Documents
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Downloads
-rw-------.? 1 root root?? 16 May? 4 07:49 .esd_auth
-rw-------.? 1 root root? 628 May? 4 07:56 .ICEauthority
-rw-r--r--.? 1 root root 1264 May? 4 07:48 initial-setup-ks.cfg
drwx------.? 3 root root?? 18 May? 4 07:49 .local
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Music
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Pictures
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Public
-rw-r--r--.? 1 root root? 129 Dec 28? 2013 .tcshrc
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Templates
drwxr-xr-x.? 2 root root??? 6 May? 4 07:49 Videos
-rw-------.? 1 root root 1962 May? 4 07:54 .viminfo