|
Home > Archive > Unix administration > October 2005 > how to enable tftp service on Linux (RHEL3)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to enable tftp service on Linux (RHEL3)
|
|
| jingchenzhou@yahoo.com 2005-10-06, 6:03 pm |
| Anyone knows how to enable tftp service on Linux (RHEL3)?
Thanks,
JC
| |
|
|
| Liam Cunningham 2005-10-07, 6:05 pm |
| On Thu, 06 Oct 2005 10:37:16 -0700, jingchenzhou wrote:
> Anyone knows how to enable tftp service on Linux (RHEL3)?
>
> Thanks,
> JC
tftp is controlled via xinted. Take a look in /etc/xinted.d/ for the
configuration file. When all is set up as required, run 'chkconfig tftp on'.
--
If at first you don't succeed,
read the manual......
| |
| Bit Twister 2005-10-07, 6:05 pm |
| On Fri, 07 Oct 2005 09:18:18 -0400, Liam Cunningham wrote:
>
> tftp is controlled via xinted. Take a look in /etc/xinted.d/ for the
> configuration file. When all is set up as required, run 'chkconfig tftp on'.
Also might want to do a
chkconfig --add tftp
just to have chkconfig set all the links in /etc/rc.d/rc*.d directories.
|
|
|
|
|