面试的时候,有时候会问到你对shell的了解,要你说出你知道的一些SHELL命令。
安装:
yum install xxx
yum remove xxx
wget xxx
压缩,解压缩
tar -zxvf xxx
tar -zcvf xxx
zip xxx
unzip xxx
系统相关:
chmod 权限设置
chown
user add 添加用户
ls 列出列表
du -sh * 查看文件大小
df -h
pwd 显示当前路径
cp 拷贝
mv
remove
touch
编辑/查看 文本:
vim, cat, grep, sed
head tail less
find awk uniq sort wc
系统性能:
top
ps -aux
netstat -nltp
scp 拷贝文件到另外一台机器
kill
killall
shutdown
history
clear
su
reboot
ifconfig
ping
ssh
rpm
标签:shell,xxx,remove,面试,yum,linux From: https://www.cnblogs.com/music-liang/p/18056134