Linux Types File
Last updated
Was this helpful?
Last updated
Was this helpful?
Sebelumnya pada saat kita menjalankan perintah ls -l
, terdapat informasi tentang tipe dari file yang tersedia. Penjelasan dari tipe file tersebut adalah sebagai berikut:
File Symbol
Meaning
-
Regular file
d
Directory
l
Link
c
Special file or device file
s
Socket
p
Named pipe
b
Block device
Dengan menggunakan perintah file
kita bisa mengetahui tipe dari file tersebut dengan lebih detail.