-
dpkg -l|grep 查詢安裝的deb包 dpkg -L dpkg -S sudo apt-get install git查看全部
-
sudo dpkg -i google-chrome-stable_current_i386.deb 安裝deb包查看全部
-
make = gcc happygrep.c -o happygrep sudo make install = mv happygrep /bin查看全部
-
rsync -av --delete mydir/ [email protected]:mydir/ --dry -run查看全部
-
rsync -av --delete mydir/ happycasts.net:mydir/ 增加刪除都行查看全部
-
rsync -r mydir/ happycasts.net:mydir/ 把文件同步到服務器查看全部
-
rsync -r happycasts.net:mydir .從服務器移到客戶端查看全部
-
rsync -r mydir happycasts.net: rsync 相當復制 mydir 本地文件夾 happycasts.net 服務器域名 :后是具體的路徑查看全部
-
ssh 22 服務器段要安裝openssh-server服務端程序 客戶端openssh-client查看全部
-
ssh 遠程操作工具 rsync 數據傳輸工具查看全部
-
查找 find . -type f -exec grep -ni hello '{}' ';' -print查看全部
-
lcate 不是搜索File System 整個系統 而是從 databases 數據庫中搜索 ,新創建的沒有馬上updatedb到數據庫中查看全部
-
系統全范圍查找 locate 在目錄范圍內查找 find 字符串查找 grep查看全部
-
file type - file l sym link d directory ... ...查看全部
-
用戶 :有三種權限配置 reading->r writing->w executing->x查看全部
舉報
0/150
提交
取消