[TriLUG] Changing Red Hat security settings

Matt Frye mattfrye at gmail.com
Wed Mar 2 16:12:16 EST 2005


> # chkconfig --list  |grep -i ftp
>         wu-ftpd:        on
> 
> # service wu-ftpd status
> wu-ftpd: unrecognized service

wu-ftpd is under xinetd, so you'll have to restart xinetd to effect changes...

[root at hermes root]# service xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]

also, you'll need to add "real users" to /etc/ftpaccess....

# If you wish to allow user1 and user2 to access other
# realuser user1,user2
realuser mfrye


Hope this helps,
Matt Frye



More information about the TriLUG mailing list