Hurd: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
mNo edit summary
Line 8: Line 8:


<source lang="console">
<source lang="console">
# update hostname file
// update hostname file
$ vim /etc/hostname
$ vim /etc/hostname



Revision as of 15:30, 10 August 2019

Commands related to

Tray

Changing hostname

  • Last tested on 2019-08-10 (Debian GNU/Hurd 0.9)
// update hostname file
$ vim /etc/hostname

# update hosts file 
$ vim /etc/hosts

# update hostname
$ /etc/init.d/hostname.sh start

# check hostname
$ hostname