I am quite new to Ubuntu and I think this might be a stupid question to ask. But I wanted to confirm if # meant comments in Ubuntu .conf files. For instance in the code below:
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
Are all these lines commented out by the .conf file? I ask this because all the lines in the .conf file have a # preceding them. So I am confused if all the lines were meant to be commented.
Any help would be appreciated! :)