Linux_base_command1

xxx -help

man  xxx

ls 

ls -l ;ls -lrt; ll

cd 

pwd

mkdir

rmdir

rm -r

rm -f

rm -rf

touch

原文地址:https://www.cnblogs.com/cpyeah/p/8423947.html