1. 程式人生 > >Linux下的七種檔案型別

Linux下的七種檔案型別

[email protected]:~# ll -h
total 64K
drwx------  7 root root 4.0K Jan 12 18:01 ./
drwxr-xr-x 23 root root 4.0K Jan 13 12:07 ../
-rw-r--r--  1 root root 9.5K Jan 13 12:04 .bash_history
-rw-r--r--  1 root root 3.1K Mar 16  2018 .bashrc
drwx------  2 root root 4.0K Oct 28  2016 .cache/

- 普通檔案
d 目錄
c 字元裝置:鍵盤、滑鼠等等。
b 塊裝置檔案:硬碟
s 套接字檔案:socket 客戶端
p 管道檔案
l 連結檔案:類似windows下的快捷方式