2008年8月24日 星期日

Basic Terminal Command

whatis [command] -查詢指令說明
[command] -h/--help
$ 一般使用者符號
# root 管理者符號
sudo 權限身份暫時的轉換
cd 切換資料夾
$who (show who is logged on)
$cat [file_name] (看檔案內容)
$sudo -i (變更為root模式)
$pwd (print name of current/working directory)
$whoami (我是誰)
$logout 登出 =

shutdown -關機
-r [reboot]
-h [halt]
now
18:00 [什麼時候關機]
+20 [20分後關機]

查看IP
$ifconfig

$netstat (Print network connections, routing tables, interfaces)
-a all
-pt TCP/IP
example: $netstat -apt

沒有留言: