Thread: How can I find out which ftp server I installed?
i need make configuration changes ftp server running on ubuntu server 10.04. don't know ftp server program installed, don't know config files. know server installed because can connect![]()
how can determine ftp server installed?
thanks,
kevin
from terminal prompt:
ps aux |grep ftp
find processes running ftp in name.
e.g.
most going proftpd or vsftpdcode:graham@gt-desktop:~$ ps aux |grep ftp proftpd 1185 0.0 0.0 5668 1664 ? ss 11:04 0:00 proftpd: (accepting connections) graham 3823 0.0 0.0 3328 860 pts/0 s+ 15:51 0:00 grep --color=auto ftp
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How can I find out which ftp server I installed?
Ubuntu
Comments
Post a Comment