Linux 最常用命令

Linux最常用的命令:

cd ./../~/-(当前目录、父目录、用户主目录、上个工作目录)

ls -alRr

file

cp

mv

rm -f

mkdir

rmdir

touch

useradd

passwd

man 

--help

info

cat

more

less

date

cal

df -h

du -h

head

tail

su - 

chmod 

重启:reboot/ shutdown -r now/init 6 关机:halt/shutdown -h now/power off/init 0

ln -s

chown

chgrp

which

who

Liunx命令查询http://linux.chinaitlab.com/special/linuxcom/

原文地址:https://www.cnblogs.com/jediael/p/4304268.html