linux其他命令

2021-10-09 06:13:34 字數 543 閱讀 8905

ls:list列出當前資料夾下的所有檔案

ls /home:列出/home資料夾下的所有檔案

ls -l:使用長列表的形式列出當前資料夾下的所有子檔案

eg:-rw-r–r-- 1 test terry 436 aug 10 20:28 all.zip

–》-rw-r–r--:使用者許可權

1:鏈結數

test:當前所屬使用者

terry:使用者所屬組資訊

436 :檔案大小

aug 10 20:28:建立日期

all.zip:檔名

clear:

清屏推出使用者登陸:

ctrl+d

more:

預覽more a.txt

tail:

預覽檔案的後10行

head:

預覽檔案前10行

cd:cd ./

cd …/

cd /home

cd css

pwd:

顯示當前檔案路徑

man:

檢視命令詳情

Linux 其他命令

終端翻頁 shift pageup shift pagedown 輸入輸出重定向 標準輸入的控制 語法 命令 檔案將檔案做為命令的輸入。例如 mail s mail test test ahlinux.com file1 將檔案file1 當做信件的內容,主題名稱為mail test,送給收信人。標...

Linux其他命令

linux其他命令 tar,unzip,man,unarj,uuencode tar 用於檔案的壓縮和解壓 語法 tar 選項 目錄或檔案 選項 c 建立壓縮檔案 x 解壓 例項 tar cvf note.tar home test 將home目錄下的所有檔案和目錄打包成乙個note.tar檔案 t...

Linux其他命令

時間命令 cal 檢視日曆 3 檢視三個月 y 檢視全年 j 以day of year形式檢視日曆 date 檢視 設定系統時間 s 設定時間,date s 1996 05 26 13 14 50 年月日和時分秒可以互換位置 在顯示時間時,使用者可以設定顯示格式 y 年 m 月 d 日 h 時 m ...