用心分享,共同成長 沒有什麼比每天進步一點點更重要了 本文已收錄到我的github:https://github.com/midou tech/articles/tree/master/docs/linux ,歡迎star和issues。 序言 本篇文章主要講解了一些linux常用命令,主要講解模式 ...
用心分享,共同成長
沒有什麼比每天進步一點點更重要了
本文已收錄到我的github:https://github.com/midou-tech/articles/tree/master/docs/linux ,歡迎star和issues。
序言
本篇文章主要講解了一些linux常用命令,主要講解模式是,命令介紹、命令參數格式、命令參數、命令常用參數示例。由於linux命令較多,我還特意選了一些日常使用較為頻繁的命令進行講解,但還是免不了文章很長,建議大家收藏起來,用到的時候不會了再來閱讀。當然學習linux命令最好的方法是學會使用linux自帶的man手冊,所有linux命令規範和使用細則都會在該手冊中講解的很清楚,我在書寫的過程中也是參考該手冊和日常使用情況。
如果還有哪些是大家希望再補充的命令,可以留言給我,我會持續更新該文章,同時也作為我學習和工作的手冊。
Linux初級指令
ls ——List
ls 介紹
這是我學Linux的第一個命令,相信也是很多人學習Linux的第一個命令。ls全稱list.
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.
列出有關文件的信息(預設為當前目錄)。如果沒有指定-cftuvSUX或——Sort,則按字母順序排序。
官方的說的很清楚,預設列出當前目錄,所以可以列出其他目錄或者路徑下的文件信息或者目錄信息。
eg:
$ls /etc/hosts
/etc/hosts
ls還可以列出指定目錄下的文件列表。
ls 參數格式
ls [OPTION]... [FILE]...
ls命令參數
-a 列出指定目錄下的所有文件,包括隱藏文件
-c 使用最後一次更改文件狀態以進行排序(-t)或長時間列印(-l)的時間
-h 與-l選項一起使用時,請使用單位尾碼:Byte、Kilobyte、mete、gb、tb和Petabyte,以便使用以2為基數的大小將數字減少到3或更少
-l 長格式列表。(見下文)。如果輸出到終端,則所有文件大小的總和將輸出到長清單前面的一行中
-n 以數字形式顯示用戶和組id,而不是在長(-l)輸出中轉換為用戶或組名。這個選項預設打開-l選項
-o 以長格式列出,但省略組id
-s 顯示每個文件實際使用的文件系統塊的數量,以512位元組為單位,其中部分單元四捨五入為下一個整數值
-t 在按照字典順序對操作數排序之前,先按修改的時間排序(最近修改的是first)
-u 使用最後一次訪問的時間,而不是最後一次修改文件進行排序
ls 用法示例:
$ ls
test tmp
$ ls -a
. .. .bash_history .bash_logout .bash_profile .bashrc test tmp
#可以看到通過ls -a 可以查看當前目錄影藏的文件,Linux下(.)開頭的文件是隱藏文件。
$ ls -l
total 4
-rw-r--r-- 1 test hero 0 Dec 21 19:54 test
drwxr-xr-x 2 test hero 4096 Dec 21 19:54 tmp
$ ls -lh
total 4.0K
-rw-r--r-- 1 test hero 0 Dec 21 19:54 test
drwxr-xr-x 2 test hero 4.0K Dec 21 19:54 tmp
$ ls -ll
total 4
-rw-r--r-- 1 test hero 0 Dec 21 19:54 test
drwxr-xr-x 2 test hero 4096 Dec 21 19:54 tmp
$ ls -alh
total 28K
drwx------ 3 test hero 4.0K Dec 21 19:54 .
drwxr-xr-x. 19 root root 4.0K Aug 1 10:41 ..
-rw------- 1 test hero 226 Dec 21 19:54 .bash_history
-rw-r--r-- 1 test hero 18 Aug 3 2016 .bash_logout
-rw-r--r-- 1 test hero 193 Aug 3 2016 .bash_profile
-rw-r--r-- 1 test hero 231 Aug 3 2016 .bashrc
-rw-r--r-- 1 test hero 0 Dec 21 19:54 test
drwxr-xr-x 2 test hero 4.0K Dec 21 19:54 tmp
$ ls -o
total 4
-rw-r--r-- 1 test 0 Dec 21 19:54 test
drwxr-xr-x 2 test 4096 Dec 21 19:54 tmp
$ ls -oh
total 4.0K
-rw-r--r-- 1 test 0 Dec 21 19:54 test
drwxr-xr-x 2 test 4.0K Dec 21 19:54 tmp
pwd —— Print Working Directory
pwd介紹
列印當前工作目錄的完整路徑名。(print name of current/working directory)
參數格式
pwd [OPTION]...
pwd 用法展示
[test@Mfate171193 /home/test] 20:06
$ pwd
/home/test
touch (change file timestamps)
touch介紹
Update the access and modification times of each FILE to the current time.
A FILE argument that does not exist is created empty, unless -c or -h is supplied.
將每個文件的訪問和修改時間更新為當前時間。除非提供-c或-h,否則將不存在的FILE參數創建為空。
touch參數格式
touch [OPTION]... FILE...
touch命令參數
-a 或--time=atime或--time=access或--time=use 只更改存取時間。
-c 或--no-create 不建立任何文檔。
-d 使用指定的日期時間,而非現在的時間。
-f 此參數將忽略不予處理,僅負責解決BSD版本touch指令的相容性問題。
-m 或--time=mtime或--time=modify 只更改變動時間。
-r 把指定文檔或目錄的日期時間,統統設成和參考文檔或目錄的日期時間相同。
-t 使用指定的日期時間,而非現在的時間。
用法示例
#創建三個文件
$ touch test1 test2 test3
#不創建文檔
$ touch -c test5
$ ls
test1 test2 test3
#可以看到只創建了test1、test2、test3 , -c不建立任何文件
$ touch -t 201911110000 test1
$ stat test*
#stat命令可以查看文件的詳細變更時間,可以test1文件的最後修改時間為201911110000,說明touch -t可以修改文件最後訪問時間。這個參數還是很有用的,你可以把你最近訪問的時間修改為一個很早的時間。可以做一些有趣的事情,哈哈。
File: ‘test1’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: fd01h/64769d Inode: 360736 Links: 1
Access: (0644/-rw-r--r--) Uid: (14060/ localhost) Gid: ( 1001/ hero)
Access: 2019-11-11 00:00:00.000000000 +0800
Modify: 2019-11-11 00:00:00.000000000 +0800
Change: 2019-12-21 20:58:11.290761038 +0800
Birth: -
File: ‘test2’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: fd01h/64769d Inode: 360738 Links: 1
Access: (0644/-rw-r--r--) Uid: (14060/ localhost) Gid: ( 1001/ hero)
Access: 2019-12-21 20:56:34.523761038 +0800
Modify: 2019-12-21 20:56:34.523761038 +0800
Change: 2019-12-21 20:56:34.523761038 +0800
Birth: -
File: ‘test3’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: fd01h/64769d Inode: 360740 Links: 1
Access: (0644/-rw-r--r--) Uid: (14060/ localhost) Gid: ( 1001/ hero)
Access: 2019-12-21 20:56:34.523761038 +0800
Modify: 2019-12-21 20:56:34.523761038 +0800
Change: 2019-12-21 20:56:34.523761038 +0800
Birth: -
cat&tac (Concatenate FILE(s), or standard input, to standard output.)
cat介紹
Concatenate FILE(s), or standard input, to standard output.
將FILE或標準輸入連接到標準輸出。
cat 參數格式
cat [OPTION]... [FILE]...
cat命令參數
-A, --show-all 等價於 -vET
-b, --number-nonblank 對非空輸出行編號
-e 等價於 -vE
-E, --show-ends 在每行結束處顯示
-n, --number 對輸出的所有行編號,由1開始對所有輸出的行數編號
-s, --squeeze-blank 有連續兩行以上的空白行,就代換為一行的空白行
-t 與 -vT 等價
-T, --show-tabs 將跳格字元顯示為 ^I
-u (被忽略)
-v, --show-nonprinting 使用 ^ 和 M- 引用,除了 LFD 和 TAB 之外
cat常用參數示例
$ cat test #展示文件內容
-A, --show-all 等價於 -vET
-b, --number-nonblank 對非空輸出行編號
-e 等價於 -vE
$ cat -n test #展示文件內容並且展示行號
1 -A, --show-all 等價於 -vET
2 -b, --number-nonblank 對非空輸出行編號
3 -e 等價於 -vE
tac命令與cat命令展示內容相反,不能帶行號輸出。
$ tac test
-e 等價於 -vE
-b, --number-nonblank 對非空輸出行編號
-A, --show-all 等價於 -vET
mkdir —— Make Directory
mkdir介紹
Create the DIRECTORY(ies), if they do not already exist.
如果目錄不存在,則創建目錄。
mkdir參數格式
mkdir [OPTION]... DIRECTORY...
mkdir命令參數
-m, --mode=模式,設定許可權<模式> (類似 chmod),而不是 rwxrwxrwx 減 umask
-p, --parents 可以是一個路徑名稱。此時若路徑中的某些目錄尚不存在,加上此選項後,系統將自動建立好那些尚不存在的目錄,即一次可以建立多個目錄;
-v, --verbose 每次創建新目錄都顯示信息
--help 顯示此幫助信息並退出
--version 輸出版本信息並退出
mkdir常用參數示例
#創建目錄文件test
$ mkdir test
#連續創建
$ mkdir -p test1/tmp
$ ls
test test1
#創建時置頂目錄許可權
#tmp目錄擁有可執行許可權,Linux文件許可權問題後期文章會詳細講到,記得關註我
$ mkdir -pm 777 test2/tmp
$ ls -lh
total 12K
drwxr-xr-x 2 localhost hero 4.0K Dec 21 21:39 test
drwxr-xr-x 3 localhost hero 4.0K Dec 21 21:40 test1
drwxr-xr-x 3 localhost hero 4.0K Dec 21 21:40 test2
$ ls
test test1 test2
#-v 參數可確定文件是否已經存在,如果不存在則會創建,並顯示如下信息
$ mkdir -v test
mkdir: cannot create directory ‘test’: File exists
$ mkdir -v test7
mkdir: created directory ‘test7’
cd —— Change Directory
cd介紹
切換當前目錄至指定目錄
常用參數示例
#列印當前目錄到標準輸出
$ pwd
/Users/localhost
#切換到目錄/
$cd /
cd命令沒什麼參數就是切換目錄到指定路徑下,較為簡單,但是使用評率極高。
rm&rmdir —— Remove Directory
rm介紹
The rm utility attempts to remove the non-directory type files specified on the command line. If the permissions of the file do not permit writing, and the standard input device is a terminal, the user is prompted (on the standard error output) for confirmation.
rm實用程式嘗試刪除命令行上指定的非目錄類型文件。 如果文件的許可權不允許寫入,並且標準輸入設備是終端,則會提示用戶(在標準錯誤輸出上)進行確認。
rm命令使用時還是需要註意的,他的刪除恢複比較麻煩,有些系統會自帶-i參數,輸入命令之後還有一個確認步驟,有些是直接刪掉了,是真刪掉,從記憶體抹掉那種(其實底層是讓該文件指針不指向該文件的記憶體塊,記憶體上的內容原則上是存在的,但是恢復會比較複雜,需要掃描整塊記憶體塊才能拿到內容)。不要輕易刪掉你寫的重要代碼,hh。
rm參數格式
rm [-dfiPRrvW] file ...
rm命令參數
-f, --force 忽略不存在的文件,從不給出提示。
-i, --interactive 進行互動式刪除
-r, -R, --recursive 指示rm將參數中列出的全部目錄和子目錄均遞歸地刪除。
-d, --dir 刪除空目錄
rm常用參數示例
# 創建三個文件
$ touch tmp.cc tmp.java tmp.py tmp.go
#創建目錄文件
$ mkdir -p linux/test
#查看文件是否創建成功
$ ls
linux tmp.cc tmp.go tmp.java tmp.py
#刪除文件,併進行提示
$ rm -i tmp.cc
remove tmp.cc? y
#強制刪除
$ rm -f tmp.go
#刪除目錄
$ rm -f linux #刪除目錄失敗
rm: linux: is a directory
#迴圈刪除目錄下所有文件
$ rm -rf linux #刪除目錄成功,
$ ls
tmp.java tmp.py
rmdir==rm -d 刪除空目錄
mv —— Move
mv介紹
In its first form, the mv utility renames the file named by the source operand to the destination path named by the target operand. This form is assumed when the last operand does not name an already existing directory.
In its second form, mv moves each file named by a source operand to a destination file in the existing directory named by the directory operand. The destination path for each operand is the pathname produced by the concatenation of the last operand, a slash, and the final pathname component of the named file.
總結下,就是移動目錄或者文件到置頂目錄下,同時具有重命名的功能。
mv參數格式
mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
mv命令參數
-b :若需覆蓋文件,則覆蓋前先行備份。
-f :force 強制的意思,如果目標文件已經存在,不會詢問而直接覆蓋;
-i :若目標文件 (destination) 已經存在時,就會詢問是否覆蓋
-n:不要覆蓋現有文件。 (-n選項將覆蓋以前的任何-f或-i選項。)
-u :若目標文件已經存在,且 source 比較新,才會更新(update)
mv常用參數示例
##修改文件名
$ touch tmp.cc
$ ls
tmp.cc
$ mv tmp.cc tmp.java
$ ls
tmp.java
#移動文件或者目錄
$ pwd
/Users/localhost/test
#移動文件並重命名
$ mv /Users/localhost/logs/tmp.txt ./tmp.log
$ ls /Users/localhost/logs/
discover-client metabase tesla
$ ls ./
tmp.java tmp.log
#移動目錄並重命名
$ mv /Users/localhost/logs/tesla ./tesla.ba
$ ls
tesla.ba tmp.java tmp.log
這個命令在寫makefile文件的時候用起來很舒服,可以把編譯的結果移到指定目錄並重命名。