linux新手,一些實用的命令

2021-06-22 10:00:59 字數 1027 閱讀 9637

cd ~  進入 root目錄 

cd  /  進入根目錄 

make clean   make錯誤,清除 

rm -rf *     刪除所有資料夾 

rm -rf *.*   刪除所有檔案 

rpm –qa |grep pcre  檢視是否已安裝pcre包 

netstat -apn|grep 7979     檢視7979埠的程序 

kill 30240           關閉該程序 

./host.sh            執行該檔案 

tail -f cups.log    檢視日誌 

chmod 744 monitor.sh    賦予該檔案執行的許可權 

su -root切換使用者 

service network restart   重新啟動網路服務. 

service iptables status   檢視防火牆狀態 

service iptables stop     關閉放火牆 

安裝pcre報錯: 

warning: pcre-devel-6.6-6.el5_6.1.i386.rpm: header v3 dsa signature: nokey, key id e8562897 

error: failed dependencies: 

pcre = 6.6-6.el5_6.1 is needed by pcre-devel-6.6-6.el5_6.1.i386 

解決辦法: 

rpm -ivh db4-tcl-4.3.29-10.el5.i386.rpm  --force --nodeps 

出現下面的畫面說明安裝成功 

loaded plugins: rhnplugin, security 

this system is not registered with rhn. 

rhn support will be disabled. 

setting up install process 

nothing to do

linux新手,一些實用的命令

cd 進入 root目錄 cd 進入根目錄 make clean make錯誤,清除 rm rf 刪除所有資料夾 rm rf 刪除所有檔案 rpm qa grep pcre 檢視是否已安裝pcre包 netstat apn grep 7979 檢視7979埠的程序 kill 30240 關閉該程序 ...

一些實用的linux命令

一直在用linux,可linux下的命令還是用得不是很熟悉,記錄一下比較有用命令 和 是一樣的,都是用指令的執行結果來替換。linux下 echo hello world hello world 會把多個空格變成乙個空格,這其實是echo 把它們當作兩個輸入引數來處理了。因些只會有乙個空格輸出。gr...

一些實用的linux命令

1 解壓檔案 tar zxvf mysql.tar.gz tar zcvf eshop.tar.gz eshop 2 替換 sed i s i.ifensi.com g tpl 將i.ifensi.com替換為 sed i s 粉立方 展示空間 g grep rl 3 搜尋 grep grep hl...