一、文件操作 1.awk 2.grep 3.file 4.find 5.locate 6.sed 二、调试 1.strace 2.gdb 3.top 4.ps 5.valgrind 三、网络分析工具 1.ping 2.tcpdump 3.netstat 4.lsof 四、未分类 1.tar 2.alias 3.根据进程名字杀死进程 #kill -9 $(pidof 进程名关键字) 4. 查看僵尸进程 ps aux | grep -w 'Z' 5. 查看历史命令并执行 查看 history 执行 !104 (104表示查看到的号码) 6. 设置当前工作目录 cd vim .bashrc 文末添加 workspace=/xxx/xxx export workspace source .bashrc
Linux常用命令
最新推荐文章于 2020-04-29 11:43:37 发布