%%
date:: [[2023-01-06]]
%%
# [[How to change hostname on terminal]]
To change the hostname of your computer on [[Linux]], use the following command:
```
sudo scutil --set HostName newname
```
You will need to restart your terminal window to see the changes.