linux command

来源:互联网 发布:导航那个软件好 编辑:程序博客网 时间:2024/05/01 09:27

linux command about file and directory
cat
chmod 755(rwxr-xr-x)  r-4 w-2 x-1
chown
clear
file
find
grep
ln
locate
ls
mkdir
pwd
rm
touch
vi
which


linux command about file system
df
mount
umount


linux command about system status
reboot
halt
dmesg
uptime

linux command about user administration
useradd
passwd
userdel
groupadd
groupdel
su
whoami

pipe symbol
more
less