Uncommenting a line

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 hashmark (#) is usually used to start a comment. So yes, removing it means uncommenting.
 
Back
Top