更改网络计算机名称


2

我找不到一个简单的教程如何更改我在网络上可见的计算机名称(Ubuntu 12.04)。在Windows 7上它非常简单,但看起来在Linux上没有这样的选项。

PS。我的意思是只有网络名称 - 我不想更改终端中可见的域名(例如Robin @ Ubuntu)。

Answers:


6

在Linux上,在Windows网络中可见的网络名称在samba软件包的配置中设置。这通常位于/etc/samba/smb.conf中,您可以在“[global]”行下方添加“netbios name = mycomputer”之类的行。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.