1.幫助命令
[2] man services 配置檔案幫助
[3] man 5 passwd 檢視配置檔案幫助 1:命令 5:配置檔案
[4] info ls
[5] whatis ls
[6] ls --help 選項列表出來
[7] apropos command
[8] makewhatis 更新索引資料庫
[9] help 檢視內建命令的幫助
2.壓縮解壓命令
[1] gzip filename 1>只能壓縮檔案 2>不保留原檔案 格式: .gz3.網路命令[2] gzip -d || gunzip filename 解壓檔案
[3] tar 打包檔案命令
[4] tar -c(create) -v(顯示詳細資訊) -f(filename) -z(打包同時壓縮) -x(解壓)
[5] tar -zcvf newfilename sourcefilename
[6] 並不是所有unix都支援 tar
[7] tar -zxvf filename
[8] zip filename || ( -r dirname ) newfilename sourcefilename 壓縮檔案或目錄
[9] bzip2 跟gzip一樣,-k 保留原始檔,但是壓縮比例相當高
[10]bunzip2 解壓檔案
[2] wall [message] 廣播資訊
[3] ping [ip] 測試網路是否連通 ctrl+c終止 主要看延遲和丟包率
[4] ifconfig
[5] ping 127.0.0.1 確認tcp/ip協議正確安裝
[6] ping -c 4 192.168.1.211 傳送請求包的次數
[7] ping -s 60000 192.168.1.211 傳送不同大小的包的測試包
[8] ifconfig eth0 192.168.1.100 臨時這次會話ip更改有效
[9] 只有把ip改動到配置檔案,重新啟動之後,才會生效
4.關機命令
[1] shutdown -h now[2] 一般通過廣播wall,提醒將要關機
[3] reboot 重啟系統
幫助 壓縮 網路常用命令
man lsman services 是在檔案內搜尋 whereis passwd 1是命令的幫助 5是配置檔案的幫助help umaskwhich umask找不到shell內建命令的絕對路徑 壓縮 壓縮目錄需要先打包在壓縮 tar xvf file.tar 解壓 tar 包 tar xzvf f...
壓縮以及幫助命令
下文cmd表示命令的意思 1.man f cmd whatis cmd 檢視命令有多少個等級,man 等級 命令 引數 檢視指定引數的幫助文件,n向後移動,n向前移動 2.apropos 字串 查詢含有字串關鍵字的所有文件 3.cmd help 檢視該命令的幫助文件 zip格式檔案 4.zip 壓縮...
C ICSharpCode 壓縮解壓 幫助類
using icsharpcode.sharpziplib.checksums using icsharpcode.sharpziplib.zip using system using system.collections using system.collections.generic using...