查看某个端口的监听 1 sudo netstat -pna | grep 443 查找某个文件位置 1 find /-name my.conf 1 locate nginx.conf
Linux cheatsheet February 3, 2022 Table of Contents 查看某个端口的监听 查找某个文件位置 查看某个端口的监听# 1 sudo netstat -pna | grep 443 查找某个文件位置# 1 find /-name my.conf 1 locate nginx.conf