Centos查询指定命令是来自哪个软件包的, 例如ifconfig命令
yum provides ifconfig
Linux结束所有指定的进程
killall -9 进程名称
批量解压缩
ls *.tar.gz | xargs -n1 tar xvf
查看进程所在文件位置
ll /proc/进程号
找到给定域名的所有 ip 地址
nslookup 域名
Centos查询指定命令是来自哪个软件包的, 例如ifconfig命令
yum provides ifconfig
Linux结束所有指定的进程
killall -9 进程名称
批量解压缩
ls *.tar.gz | xargs -n1 tar xvf
查看进程所在文件位置
ll /proc/进程号
找到给定域名的所有 ip 地址
nslookup 域名
本文标题:linux实用命令
本文链接:https://www.haomeiwen.com/subject/amqpnhtx.html
网友评论