suse下启动vsftp报错解决
在suse启动vsftp服务
service vsftp start 报 Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: 1
用 lsof -i :21查看21端口被那个进程占用,然后把那个进程kill掉
kill -9 pid
再次启动启动vsftp正常
在suse启动vsftp服务
service vsftp start 报 Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: 1
用 lsof -i :21查看21端口被那个进程占用,然后把那个进程kill掉
kill -9 pid
再次启动启动vsftp正常