-
文件屬性的查看
- stat 命令
[root@MiWiFi-R3L-srv ~]# whatis stat stat (1) - display file or file system status # 展示文件夾app的狀態(tài) [root@MiWiFi-R3L-srv ~]# stat app 文件:"app" 大小:33 塊:0 IO 塊:4096 目錄 設備:fd00h/64768d Inode:34080431 硬鏈接:3 權(quán)限:(0755/drwxr-xr-x) Uid:( 0/ root) Gid:( 0/ root) 環(huán)境:unconfined_u:object_r:admin_home_t:s0 最近訪問:2019-03-04 00:54:13.234782442 +0800 最近更改:2019-03-04 00:54:12.170771128 +0800 最近改動:2019-03-04 00:54:12.170771128 +0800 創(chuàng)建時間:- # 展示文件系統(tǒng)的信息 [root@MiWiFi-R3L-srv ~]# stat -f app 文件:"app" ID:fd0000000000 文件名長度:255 類型:xfs 塊大?。?096 基本塊大?。?096 塊:總計:13100800 空閑:12558356 可用:12558356 Inodes: 總計:26214400 空閑:26137691 -
file 命令
[root@MiWiFi-R3L-srv dirlab]# whatis file file (1) - determine file type [root@MiWiFi-R3L-srv dirlab]# file sdst.txt sdst.txt: symbolic link to `dst.txt' -
ls 命令
[root@MiWiFi-R3L-srv dirlab]# whatis ls ls (1) - list directory contents [root@MiWiFi-R3L-srv dirlab]# ls -lhai 總用量 44K 33572438 drwxr-xr-x. 2 root root 111 3月 3 22:34 . 68128472 drwxr-xr-x. 3 root root 78 3月 3 21:09 .. 34039069 -rw-r--r--. 1 root root 61 3月 3 21:39 a.txt 33572440 -rw-r--r--. 2 root root 9.6K 3月 1 00:04 dst.txt 34049124 -rw-r--r--. 1 root root 56 3月 3 22:16 less.txt 33563386 -rw-r--r--. 1 root root 7.8K 3月 3 22:36 log.txt 33572439 -rw-r--r--. 1 root root 9.9K 3月 3 21:21 ps.txt 33572431 lrwxrwxrwx. 1 root root 7 3月 1 00:18 sdst.txt -> dst.txt 34039051 -rw-r--r--. 1 root root 54 3月 3 21:32 test.txt
linux 文件基本操作之文件屬性查看
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
相關(guān)閱讀更多精彩內(nèi)容
- 普通文件的創(chuàng)建從命令行中鍵盤輸入獲取數(shù)據(jù)寫入到文件中cat 命令 用來串接文件或者顯示文件內(nèi)容,如果從標準輸入設備...
- 什么是shell shell 是一個命令語言解釋器(command-language interpreter)。 ...
- 文件刪除rm命令 [root@MiWiFi-R3L-srv lab]# whatis rm rm (1)...
- 溫馨提示:熟能生巧!多練才熟! 一、linux目錄結(jié)構(gòu) 1、WINDOWS/LINUX目錄對比: Windows:...
- centos7安裝jdk,tomcat,nginx,redis,fastDFS的步驟* 1.linux****安裝...