這裡羅列了一下比較常用的命令,方便以後查閱(命令不分先後順序)
clear
cat 檢視或者合併
cd more
grep
mkdir
touch
rmdir
rm history
pwd 顯示當前路徑
ln 原始檔 鏈結檔案
硬鏈結
ln -s 原始檔 鏈結檔案
軟鏈結(一般用這個)
cp 複製
mv 移動檔案或重新命名
zip、unzip 檔案壓縮解壓
top 動態顯示程序資訊
kill 終止程序
reboot 重新啟動作業系統
shutdown
init
du 檢測目錄所佔磁碟空間
ifconfig 檢視或配置網絡卡資訊
ping 測試遠端主機連通性
exit 退出登入賬戶
useradd 新增使用者賬號
passwd 設定使用者密碼
userdel 刪除使用者
su 切換使用者
chmod 許可權
= 設定許可權
數字法r 讀取許可權,數字代號為 「4」
w 寫入許可權,數字代號為 「2」
x 執行許可權,數字代號為 「1」
-
不具任何許可權,數字代號為 「0」
linux基本命令
linux常用命令 基礎 eg man ls 就可以檢視ls相關的用法 注 按q鍵或者ctrl c退出,在linux下可以使用ctrl c終止當前程式執行。2.ls 檢視目錄或者檔案的屬 列舉出任一目錄下面的檔案 eg ls usr man ls l a.d表示目錄 directory 如果是乙個 ...
《linux基本命令》
博主部落格 斷橋殘雪 uname 顯示版本資訊 同win2k的 ver dir 顯示當前目錄檔案,ls al 顯示包括隱藏檔案 同win2k的 dir pwd 查詢當前所在的目錄位置 cd cd 回到上一層目錄,注意cd 與.之間有空格。cd 返回到根目錄。cat 檔名 檢視檔案內容 cat abc...
LINUX 基本命令
檔案和目錄操作的基本命令 cat clear cmp cut diff du emacs fgrep file grep head ln less more pico pwd sort stat strings tail touch umask uniq vi wc whatis ls ls 選項 ...