linux常用命令
Table of Contents
nohup
结合后台运行命令&使用
nohup command >> log_path 2>&1 &
lsof
查看端口运行的程序
lsof -i :port
find
查找文件(以nginx为例)
sudo find / -name nginx*
tar
打包文件
tar -cvf 文件名.tar 要打包的目录
mannuan
Rome was not built in a day.
nohup command >> log_path 2>&1 &
lsof -i :port
sudo find / -name nginx*
tar -cvf 文件名.tar 要打包的目录