### touch
所在路徑:/bin/touch
執行權限:所有用戶
語法:touch [文件名]
功能描述:創建空文件
### cat
執行權限:所有用戶
語法:cat [文件名]
功能描述:顯示文件內容 -n 顯示行號
范例:$cat /etc/issue
$cat -n /etc/services
### tac
命名所在路徑:/usr/bin/tac
執行權限:所有用戶
語法:tac [文件名]
功能描述:顯示文件內容
### ln
語法:ln -s[源文件][目標文件]
功能描述:生成鏈接文件
### 權限管理命令chmod
命令名稱:chmod
英文原意:change the permission mode of a file
所在路徑:/bin/chmod
語法:chmod 755 [文件或者目錄]
功能描述:改變文件或目錄的權限

