Unix命令行程序和内建指令(更多)

一、文件系统

命令(百度百科地址) 我的文章
cat
cd
chmod
chown
chgrp
cksum
cmp
cp
du
df
fsck
fuser
ln
ls
lsattr
lsof
mkdir
mount 《linux命令:mount和umount》
mv
pwd
rm
rmdir
split
touch
umask 《linux命令:umask》

二、程序

命令(百度百科地址) 我的文章
at
bg
chroot
cron
exit 《shell脚本:exit和return》
fg
jobs
kill
killall
nice
pgrep
pidof
pkill
ps 《linux命令:ps、netstat》
pstree
sleep
time
top 《linux命令:top》
wait

三、使用环境

命令(百度百科地址) 我的文章
env
finger
id
logname
mesg
passwd
su
sudo
uptime
w 《linux命令:查看当前登录的用户相关信息(w、who、last)》
wall
who 《linux命令:查看当前登录的用户相关信息(w、who、last)》
whoami
write

四、文字编辑

命令(百度百科地址) 我的文章
awk
comm
cut
ed
ex
fmt
head
iconv
join
less 《linux命令:less和more》
more 《linux命令:less和more》
paste
sed
sort
strings
talk
tac
tail
tr
uniq
vi 《linux命令:vim》
wc
xargs

五、Shell 程序

命令(百度百科地址) 我的文章
alias
basename
dirname
echo 《linux命令:echo》
expr 《linux命令:计算的相关命令(expr、let、bc、(())、 $[])》
false
printf
test
true
unset

六、网络

命令(百度百科地址) 我的文章
inetd
netstat 《linux命令:ps、netstat》
ping
rlogin
netcat
traceroute

七、搜索

命令(百度百科地址) 我的文章
find
grep
locate
whereis
which

八、杂项

命令(百度百科地址) 我的文章
apropos
banner
bc
cal
clear
date
dd
file
help
info
size
lp
man
history
tee
tput
type
yes
uname 《Linux中查看系统版本信息》
whatis

你可能感兴趣的:(Linux,shell,unix,linux,服务器)