常用的Linux命令;Linux常用命令用法及實現方式
1. 系統工作命令
(1) echo 命令: echo 命令用於在終端裝置上輸出字串或變數提取後的值,語法格式為“ echo [ 字串 ] [$ 變數 ] ”。
(2) date 命令: date 命令用於顯示或設定系統的時間與日期,語法格式為“ date [+ 指定的格式 ] ”。
(3) timedatectl 命令: timedatectl 命令用於設定系統的時間,英文全稱為“ time date control ”,語法格式為“ timedatectl [ 引數 ] ”。
(4) reboot 命令: reboot 命令用於重啟系統,輸入該命令後按Enter鍵執行即可。
(5) poweroff 命令: poweroff 命令用於關閉系統,輸入該命令後按Enter鍵執行即可。
(6) wget 命令: wget 命令用於在終端命令列中下載網路檔案,英文全稱為“ web get ”,語法格式為“ wget [ 引數 ] 網址”。
(7) ps 命令: ps 命令用於檢視系統中的程序狀態,英文全稱為“ processes ”,語法格式為“ ps [ 引數 ] ”。
(8) pstree 命令: pstree 命令用於以樹狀圖的形式展示程序之間的關係,英文全稱為“ process tree ”,輸入該命令後按Enter鍵執行即可。
2.
查詢定位檔案
(1) pwd 命令 :pwd 命令用於顯示使用者當前所處的工作目錄,英文全稱為“ print working directory ”,輸入該命令後按Enter鍵執行即可。
(2) cd 命令 :cd 命令用於切換當前的工作路徑,英文全稱為“ change directory ”,語法格式為“ cd [ 引數 ] [ 目錄 ] ”。
(3) ls 命令 :ls 命令用於顯示目錄中的檔案資訊,英文全稱為“ list ”,語法格式為“ ls [ 引數 ] [ 檔名稱 ] ”。
(4) tree 命令 :tree 命令用於以樹狀圖的形式列出目錄內容及結構,輸入該命令後按Enter鍵執行即可。
4. 文字檔案編輯命令
(1) touch 命令 : touch 命令用於建立空白檔案或設定檔案的時間,語法格式為“ touch [ 引數 ] 檔名稱”。
(2) mkdir 命令 : mkdir 命令用於建立空白的目錄,英文全稱為“ make directory ”,語法格式為“ mkdir [ 引數 ] 目錄名稱”。
(3) cp 命令 : cp 命令用於複製檔案或目錄,英文全稱為“ copy ”,語法格式為“ cp [ 引數 ] 原始檔名稱 目標檔名稱”。
(4) mv 命令 : mv 命令用於剪下或重新命名檔案,英文全稱為“ move ”,語法格式為“ mv [ 引數 ] 原始檔名稱 目標檔名稱”。
來自 “ ITPUB部落格 ” ,連結:https://blog.itpub.net/70031268/viewspace-3007789/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux常用命令用法及實現方式Linux
- linux20個常用命令詳解和用法 linux常用命令大全介紹Linux
- linux總結及常用命令Linux
- Linux 下的tar常用命令及操作Linux
- Linux 的常用命令Linux
- Linux的常用命令Linux
- linux快速入門及常用命令Linux
- 常用命令[Linux]Linux
- Linux 常用命令Linux
- Linux常用命令Linux
- 【Linux】Linux基本常用命令Linux
- Linux-Linux常用命令Linux
- Linux常用命令:效能命令Linux
- Linux目錄涵義及常用命令Linux
- Linux的docker常用命令LinuxDocker
- Linux下的常用命令Linux
- linux實操常用命令總結Linux
- Linux常用命令使用Linux
- Linux裡常用命令Linux
- Linux常用命令整理Linux
- Linux常用命令大全Linux
- Linux常用命令分享Linux
- linux常用命令速查Linux
- Linux——常用命令整理Linux
- Linux-常用命令Linux
- Linux常用命令全名Linux
- Linux 常用命令2Linux
- Linux GCC常用命令LinuxGC
- 轉linux常用命令Linux
- linux之常用命令Linux
- Linux 常用命令整理Linux
- linux常用命令(轉)Linux
- linux 不常用命令Linux
- Linux下常用命令Linux
- Linux 常用命令合集Linux
- linux vim 常用命令Linux
- Linux常用命令(壓縮命令)Linux
- Linux的常用命令學習Linux