Difference between revisions of "Software projects/OS/Slackware/Advanced usage/Hostname"

From Pandora Wiki
Jump to: navigation, search
(Created page with "= Changing the hostname = * As root, type: netconfig * Now you have to edit /etc/sudoers . You have to use visudo or nano, otherwise some editors may change the permissions o...")
(No difference)

Revision as of 21:54, 27 November 2012

Changing the hostname

  • As root, type:
netconfig
  • Now you have to edit /etc/sudoers . You have to use visudo or nano, otherwise some editors may change the permissions of this file, therefore disable sudo commands.
nano /etc/sudoers
  • Change all "darkstar" into the hostname you've choosen.
  • In case you changed the permissions, do this:
chmod 0440 /etc/sudoers
chown 0.0 /etc/sudoers