Some Commands&目錄的相關操作


Some Commands

  •  whatis [指令或者是資料] <==相當於 man -f [指令或者是資料]
  • apropos [指令或者是資料]   <==相當於 man -k [指令或者是資料]
  • who
  • netstat -a--------------------------------------------------------------------------------------------------------------------------
  • ps -aux  ------------------------------------------------------------------------------------------------------------------------->>process
  • shutdown -h now "shut down..." ------------------------------------------------------------------------------->> poweroff -h >> init 0
  • /etc/issue-------------------------------------------------------------------->>Ubuntu 12.04.2 LTS \n \l---------->>LTS...
  • mingetty
  • restart x window-----------------------------------------------------------------------[crtl]+[alt]+[backspace]
  • chgrp
  • chown-------------------------------------------------------------------------------chown root:root install.log
  • chmod-------------chmod 777 .bashrc---------------------u=rwx,go=rx------------a+x------------
  • uname -r


目錄的相關操作

.         代表此層目錄
..        代表上一層目錄
-         代表前一個工作目錄
~         代表『目前使用者身份』所在的家目錄
~account  代表 account 這個使用者的家目錄(account是個帳號名稱)














posted @ 2013-08-22 11:19  distric10  阅读(70)  评论(0)    收藏  举报