• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with Redhat

InverseOfNeo

Diamond Member
How do you configure the builtin ftp and telnet servers in Redhat 9.0? I need to have 3 different users for the ftp server (all with different access privledges).

I have already tried google and I havent found anything (I might just suck at the Intarw3b). But thank you for your help!!
 
Originally posted by: InverseOfNeo
I have to use telnet...its for a class and my professor knows nothing about linux.

Drop the class and find a better school. Telnet is broken, there is no reason to use it again.
 
Most FTP server's use regular system accounts, you can chroot them to their home directory if you'd like though. telnet and FTP would both be enabled via /etc/xinetd.conf or a file /etc/xinetd.d, I can't remember how RH9 does it.

You really should look at ssh, it works exactly the same as telnet except that it's encrypted.
 
Back
Top