close
*長格式列表字段A Longer Look At Long Format
*ASCLL共定義了128個字元(當時定7個bits)
*大寫英文是41~510桌上的東西是甚麼;小寫是從61~710
以 0111 1010為例:十進位122,十六進位7A
第三章 Exploring The System
1. ls→List directory contents
列出文件夾內的內容
2. file→Determine file type
確定檔案類型
3. less→View file contents
瀏覽檔案的內容
mate@404040456debian: ~$ ls
mate@404040456debian: ~$ ls /user
mate@404040456debian: ~$ ls ~ /user
mate@404040456debian: ~$ ls –l (以長模式輸出)
mate@404040456debian: ~$ ls –lt –reverse (或r) →結果以相反的順序呈現
mate@404040456debian: ~$ less /etc/passwd →查看全部使用者身份的檔案
第四章 Manipulating Files And Directories
1. cp→Copy files and directories
複製檔案和文件夾
範例:mate@404040456debian: ~$ cp dir1 dir2
2. mv→Move/rename files and directories
移動/重新命名檔案和文件夾
範例:mate@404040456debian: ~$ mv dir1 dir2
3. mkdir→Create directories
創造文件夾
範例:mate@404040456debian: ~$ mkdir dir1 dir2
4. rm→Remove files and directories
刪除檔案和文件夾
範例:mate@404040456debian: ~$ rm dir1 dir2
5. ln→Create hard and symbolic links
創造硬連接和符號連接
全站熱搜