A andy8 Apr 18, 2011 #1 The following is my question: uncomment the following line in /etc/inetd.conf: Code: # tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot Does it mean that I must erase the # that appears at the beginning of this line? Will that be an 'uncommenting'?
The following is my question: uncomment the following line in /etc/inetd.conf: Code: # tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot Does it mean that I must erase the # that appears at the beginning of this line? Will that be an 'uncommenting'?
SirDice Administrator Staff member Administrator Moderator Apr 18, 2011 #2 The hashmark (#) is usually used to start a comment. So yes, removing it means uncommenting.