溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Linux系統(tǒng)中如何查看文件類型

發(fā)布時間:2022-01-24 14:00:56 來源:億速云 閱讀:157 作者:清風(fēng) 欄目:開發(fā)技術(shù)

本文將為大家詳細(xì)介紹“Linux系統(tǒng)中如何查看文件類型”,內(nèi)容步驟清晰詳細(xì),細(xì)節(jié)處理妥當(dāng),而小編每天都會更新不同的知識點,希望這篇“Linux系統(tǒng)中如何查看文件類型”能夠給你意想不到的收獲,請大家跟著小編的思路慢慢深入,具體內(nèi)容如下,一起去收獲新知識吧。

查看文件類型的三種辦法

1  ls

ls -l  或者 ll (ls -l 別名)

 # ll anaconda-ks.cfg ? ? ? ? ? ? ? ? ? ? ? //看第一個字符
 -rw-------. 1 root root 2460 6月 ? 1 23:37 anaconda-ks.cfg

2  file 命令

 [root@xiaochen ~]# file anaconda-ks.cfg
 anaconda-ks.cfg: ASCII English text

3  stat 命令

stat 命令 查看文件ctime atime mtime

 # stat anaconda-ks.cfg
 ? File: ‘anaconda-ks.cfg’
 ? Size: 2592 ? ? ? Blocks: 8 ? ? ? ? ?IO Block: 4096 ? regular file
 Device: 803h/2051d Inode: 33574996 ? ?Links: 1
 Access: (0600/-rw-------) ?Uid: ( ? ?0/ ? ?root) ? Gid: ( ? ?0/ ? ?root)
 Access: 2018-09-20 05:57:35.329041552 +0800
 Modify: 2018-09-20 05:57:35.334041552 +0800
 Change: 2018-09-20 05:57:35.334041552 +0800
 ?Birth: -
 [root@master ~]# stat /dev/null
 ? File: ‘/dev/null’
 ? Size: 0 ? ? ? ? Blocks: 0 ? ? ? ? ?IO Block: 4096 ? character special file
 Device: 5h/5d Inode: 5930 ? ? ? ?Links: 1 ? ? Device type: 1,3
 Access: (0666/crw-rw-rw-) ?Uid: ( ? ?0/ ? ?root) ? Gid: ( ? ?0/ ? ?root)
 Access: 2019-01-21 16:27:54.255000135 +0800
 Modify: 2019-01-21 16:27:54.255000135 +0800
 Change: 2019-01-21 16:27:54.255000135 +0800
 ?Birth: -

Linux有哪些版本

Linux的版本有:Deepin、UbuntuKylin、Manjaro、LinuxMint、Ubuntu等版本。其中Deepin是國內(nèi)發(fā)展最好的Linux發(fā)行版之一;UbuntuKylin是基于Ubuntu的衍生發(fā)行版;Manjaro是基于Arch的Linux發(fā)行版;LinuxMint默認(rèn)的Cinnamon桌面類似Windows XP簡單易用;Ubuntu則是以桌面應(yīng)用為主的Linux操作系統(tǒng)。

感謝您能讀到這里,小編希望您對“Linux系統(tǒng)中如何查看文件類型”這一關(guān)鍵問題有了從實踐層面最深刻的體會,具體使用情況還需要大家自己動手實踐使用過才能領(lǐng)會,如果想閱讀更多相關(guān)內(nèi)容的文章,歡迎關(guān)注億速云行業(yè)資訊頻道!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI