ps -ef shows all running process . as vsftpd_v1 process is showing so server started and running
refer this page to know more about ps command : http://man7.org/linux/man-pages/man1/ps.1p.html
1 Like
Sir,
then why netstat -an isn’t showing any response
Can u guide me then how can I know the current port number for the vsftpd_v1 process
??
1 Like
Try using sudo before netstat,
because netstat only show statistic for current user, and the server is started with root(sudo) ownership