从今天起,会在这里记一些我使用过的linux命令

=======I'm 分割线=======

11.查看某个端口号被哪个应用占用

netstat -apn|grep 端口号,lsof -i:端口号,netstat -tunlp | grep 端口号

10.查看某个进程(13/09/04)

ps aux | grep app_name

9.剪切(13/07/25)

mv /tmp/tomcat.zip /usr/local
View Code

相关文章:

  • 2021-05-14
  • 2021-05-01
  • 2021-10-19
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2021-12-30
  • 2022-01-17
  • 2022-12-23
  • 2021-07-03
  • 2022-03-02
  • 2021-10-03
相关资源
相似解决方案