鍍金池/ 教程/ Linux/ Unix 有用命令
UNIX 文件權(quán)限/訪問模式
UNIX 系統(tǒng)性能
UNIX 管道和過濾器
UNIX 進(jìn)程管理
Shell 內(nèi)置數(shù)學(xué)函數(shù)
UNIX 環(huán)境
UNIX 文件管理
Unix
UNIX 網(wǎng)絡(luò)實(shí)用工具
UNIX 系統(tǒng)日志
UNIX 目錄管理
vi編輯器教程
Unix 基本工具(打印,電子郵件)
UNIX 用戶管理
UNIX 信號(hào)和陷阱
Unix 正則表達(dá)式SED
Unix 文件系統(tǒng)基礎(chǔ)
Unix是什么?
Unix 有用命令

Unix 有用命令

這里列出的命令,包括語法和簡(jiǎn)要說明。如需詳細(xì)資料,請(qǐng)使用:

$man command

文件和目錄:

這些命令允許你創(chuàng)建的目錄和處理文件。

命令 描述
cat Display File Contents
cd Changes Directory to dirname
chgrp change file group
chmod Changing Permissions
cp Copy source file into destination
file Determine file type
find Find files
grep Search files for regular expressions.
head Display first few lines of a file
ln Create softlink on oldname
ls Display information about file type.
mkdir Create a new directory dirname
more Display data in paginated form.
mv Move (Rename) a oldname to newname.
pwd Print current working directory.
rm Remove (Delete) filename
rmdir Delete an existing directory provided it is empty.
tail Prints last few lines in a file.
touch Update access and modification time of a file.

操作數(shù)據(jù):

可以比較改變文件的內(nèi)容,并用下面的命令。

命令 描述
awk Pattern scanning and processing language
cmp Compare the contents of two files
comm Compare sorted data
cut Cut out selected fields of each line of a file
diff Differential file comparator
expand Expand tabs to spaces
join Join files on some common field
perl Data manipulation language
sed Stream text editor
sort Sort file data
split Split file into smaller files
tr Translate characters
uniq Report repeated lines in a file
wc Count words, lines, and characters
vi Opens vi text editor
vim Opens vim text editor
fmt Simple text formatter
spell Check text for spelling error
ispell Check text for spelling error
ispell Check text for spelling error
emacs GNU project Emacs
ex, edit Line editor
emacs GNU project Emacs
emacs GNU project Emacs

壓縮文件:

文件可能被壓縮以節(jié)省空間。壓縮文件,可以創(chuàng)建和檢查:

命令 描述
compress Compress files
gunzip Uncompress gzipped files
gzip GNU alternative compression method
uncompress Uncompress files
unzip List, test and extract compressed files in a ZIP archive
zcat Cat a compressed file
zcmp Compare compressed files
zdiff Compare compressed files
zmore File perusal filter for crt viewing of compressed text

獲取信息:

各種UNIX手冊(cè)和文檔上線。下面的 Shell 命令給出的信息:

命令 描述
apropos Locate commands by keyword lookup
info Displays command information pages online
man Displays manual pages online
whatis Search the whatis database for complete words.
yelp GNOME help viewer

網(wǎng)絡(luò)通信:

這些命令是用來發(fā)送和接收文件從全球各地遠(yuǎn)程主機(jī)到本地UNIX主機(jī)。

命令 描述
ftp File transfer program
rcp Remote file copy
rlogin Remote login to a UNIX host
rsh Remote shell
tftp Trivial file transfer program
telnet Make terminal connection to another host
ssh Secure shell terminal or command connection
scp Secure shell remote file copy
sftp secure shell file transfer program

出于安全原因,有些命令在您的計(jì)算機(jī)可能會(huì)受到限制。

用戶之間的消息:

UNIX 系統(tǒng)支持的屏幕上的消息給其他用戶和世界各地的電子郵箱:

命令 描述
evolution GUI mail handling tool on Linux
mail Simple send or read mail program
mesg Permit or deny messages
parcel Send files to another user
pine Vdu-based mail utility
talk Talk to another user
write Write message to another user

編程工具:

下面的編程語言和工具都是基于你已經(jīng)安裝到你的Unix。

    命令 描述
    dbx Sun debugger
    gdb GNU debugger
    make Maintain program groups and compile programs.
    nm Print program's name list
    size Print program's sizes
    strip Remove symbol table and relocation bits
    cb C program beautifier
    cc ANSI C compiler for Suns SPARC systems
    ctrace C program debugger
    gcc GNU ANSI C Compiler
    indent Indent and format C progr
    上一篇:Unix下一篇:UNIX 進(jìn)程管理