-s /tftpboot path in xinetd.d/tftp file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

does the -s in the path in this file represent a soft link.? If so, where would I find this link's path..?

[root@localhost xinetd.d]# cat tftp
service tftp
{
       socket_type             = dgram
       protocol                = udp
       wait                    = yes
       user                    = root
       server                  = /usr/bin/tftp
       server_args             = -s /tftpboot
       disable                 = no
       per_source              = 11
       cps                     = 100 2
}

Doing a find / -name tftpboot -print gives the following,

[root@localhost xinetd.d]# find / -name tftpboot -print
/var/tftpboot
/var/tftpboot/tftpboot

Is one of those the link's location.? Cheers.

Mark Sargent.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux