Contact me:

随笔分类 -  linux

摘要:Difference between Terminal, Console, Shell, and Command Line 原文链接 Terminal : A terminal is a text input and output environment. A terminal window, al 阅读全文
posted @ 2022-11-25 13:20 impwa 阅读(775) 评论(0) 推荐(0)
摘要:1.ls – Listls会列举出当前工作目录的内容(文件或文件夹),就跟你在GUI中打开一个文件夹去看里面的内容一样。2.mkdir – Make Directorymkdir <new-directory-name>常见一个新目录3.pwd – Print Working Directorypw 阅读全文
posted @ 2020-11-17 22:43 impwa 阅读(159) 评论(0) 推荐(0)