Software projects/OS/Slackware/Advanced usage/Hostname

From Pandora Wiki
Revision as of 21:54, 27 November 2012 by Linux-SWAT (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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