第一步,使用ps命令结合管道符 | 查询到进程的PID。查询进程关键字为xinetd(TFTP的服务程序)
ps -aux | grep [name]
第二步,得到PID后,使用netstat命令查询端口占用
netstat -nap | grep [pid]
xinetd 占用端口号为69.