ls: linux's dir
cd [path]: same with windows. more: cd .. : change current directory to up level
mv [org] [dest]: move a file
cp [org] [dest] : copy a file
touch [filename]: create a empty file
cat [filename]: view the content of target file
ps: show current process
pwd: show current directory
clear: same with cls
mkdir: create a directory
rmdir: remove a directory
BTW, this blog is written in ubuntu...
本文介绍了Linux环境下常用的文件和目录操作命令,包括查看目录(ls)、切换目录(cd)、移动文件(mv)、复制文件(cp)等。还介绍了用于创建空文件(touch)、查看文件内容(cat)、显示当前进程(ps)等功能。
2092

被折叠的 条评论
为什么被折叠?



