Today, I'd like to change my computer name that is too long on ubuntu.

Use "hostname" instruction to retrieve the compuer name

>> hostname
Dell-1545

Use "hostname dell-test" instruction to change the computer name temporarily. After restarting computer, its name will be restored.

>>hostname dell-test
dell-test

Actually, if want to change it permanently, you'd have to change it in "/etc/hostname" file. you can use the instructions to open it.

>>sudo vi /etc/hostname

Change it to one you want, and then reboot your system, it will be changed permanently.

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2021-08-11
  • 2021-11-15
  • 2022-12-23
  • 2021-07-30
  • 2022-02-28
  • 2021-11-15
猜你喜欢
  • 2021-09-10
  • 2021-07-11
  • 2021-11-06
  • 2022-12-23
  • 2022-02-16
  • 2021-06-20
  • 2022-12-23
相关资源
相似解决方案