| 其他雜項指令 |
|---|
cvs
|
版本管理系統
info
GNU 線上說明書
locale
列印可用語言環境的資訊
logger
向系統日誌發送訊息,通常透過 syslog(3) 進行
make
編譯(Compiling)管理系統
man
線上說明書
scp
安全的遠端檔案複製
ssh
安全 shell。在機器之間提供加密連接,用於程式執行或互動式登入。
uptime
顯示系統已啟動的時間,並顯示系統負載資訊
xargs
從標準輸入讀取字串,並將盡可能多的字串作為參數傳遞給給定命令。通常與
find 一起使用。
arguments to a given command. Most often used together with find.
|
| Miscellaneous Commands |
|---|
cvs
| The Concurrent Versions System, a powerful source-code management program.
info
The GNU Info system for online documentation.
locale
Print information about available locales.
logger
Send messages to system logs, usually via syslog(3).
lp, lpr
Spool files to a printer.
lpq
Show the list of print jobs in progress and waiting in the queue.
mail
Send electronic mail.
make
Control compilation and recompilation of files.
man
Print the online manual page(s) for commands, library functions, system
calls, devices, file formats, and administrative commands.
scp
Secure remote copy of files.
ssh
Secure shell. Provide an encrypted connection between machines for
program execution or interactive login.
uptime
Tell how long the system has been up, and show system load
information.
|