du命令 and touch命令簡單實用
linux中du命令:主要是檢視大小
[root@oracle10g u01]# ll
total 28
drwxrwxr-x 2 oracle oinstall 4096 Oct 19 10:14 arch
drwxrwxr-x 2 oracle oinstall 16384 Sep 21 04:17 lost+found
drwxrwxr-x 5 oracle oinstall 4096 Sep 21 22:06 oracle
drwxrwxr-x 3 oracle oinstall 4096 Sep 21 22:06 oradata
[root@oracle10g u01]# du -sh
2.9G .
[root@oracle10g u01]# du -sh /u01/
2.9G /u01/
linux 中touch:新建空檔案,或更新檔案時間標識
建立空檔案:
[root@oracle10g shell]# touch 1.sh
[root@oracle10g shell]# touch 2.sh 3.sh
[root@oracle10g shell]# ll
total 0
-rw-r--r-- 1 root root 0 Oct 22 07:54 1.sh
-rw-r--r-- 1 root root 0 Oct 22 07:54 2.sh
-rw-r--r-- 1 root root 0 Oct 22 07:54 3.sh
變更時間:
[root@oracle10g shell]# touch 1.sh
[root@oracle10g shell]# ll
total 0
-rw-r--r-- 1 root root 0 Oct 22 07:55 1.sh
-rw-r--r-- 1 root root 0 Oct 22 07:54 2.sh
-rw-r--r-- 1 root root 0 Oct 22 07:54 3.sh
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-746877/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- du 命令秘籍
- Linux touch命令Linux
- linux每日命令(10):touch命令Linux
- Linux基礎命令---duLinux
- Linux常用命令整理,簡單實用!Linux
- linux 命令之du與dfLinux
- Linux基礎命令—touchLinux
- Linux基礎命令---touchLinux
- windbg sx命令與簡單應用
- git簡單命令Git
- zookeeper簡單命令
- shell簡單命令大全。
- Linux簡單命令(一)Linux
- 簡單使用rpm命令
- docker命令簡單使用Docker
- LINUX磁碟使用命令DU的改進Linux
- du 及 df 命令的使用(附帶示例)
- 每天學一個 Linux 命令(13):touchLinux
- linux中用touch命令建立新檔案Linux
- git stash 命令簡單使用Git
- 簡單介紹 ldd 命令
- Linux 基礎教程 40-df和du命令Linux
- Linux檔案系統df、du、fsck命令講解Linux
- LInux簡單安裝和命令Linux
- Linux下history命令簡單原理Linux
- DB2_簡單命令列DB2命令列
- sed命令簡單使用示例分享
- linux簡單常用命令Linux
- 在 Linux 下 9 個有用的 touch 命令示例Linux
- Docker簡單使用、常用基礎命令Docker
- 簡單說說linux關機命令Linux
- 10個 ssh 簡單命令選項
- MAC:GitLab簡單終端命令操作MacGitlab
- 分享一個簡單的 laravel 應用健康檢查命令Laravel
- 簡單解析C++基於Boost庫實現命令列C++命令列
- 每天一個Linux命令-使用du檢視檔案大小Linux
- Kafka簡單示例以及常用命令Kafka
- [20190301]簡單測試linux fsfreeze命令.txtLinux
- 如何使用簡單的終端命令更新macOSMac