随笔分类 - linux
摘要:Difference between Terminal, Console, Shell, and Command Line 原文链接 Terminal : A terminal is a text input and output environment. A terminal window, al
阅读全文
摘要:1.ls – Listls会列举出当前工作目录的内容(文件或文件夹),就跟你在GUI中打开一个文件夹去看里面的内容一样。2.mkdir – Make Directorymkdir <new-directory-name>常见一个新目录3.pwd – Print Working Directorypw
阅读全文