Since IP addresses are rather difficult to remember (and are not particularly descriptive), the Internet also allows the user to specify a computer by a name rather than a number string. This whole string is known as the comput er’s host name. There are two options are available. Show and Change. By using this module the user can view or modify host name.
This command can function about the objectives and commands available under host name module. It also explains the command to modify host name module. Before modify host name, the user read this help command explains its function.
ptconfigure hostname help
The following screen shot can bring to mind it.
kevell@corp:/# ptconfigure hostname help
******************************
This command allows you to view or modify hostname
Hostname, hostname
- change
Change the system hostname
example: ptconfigure hostname change --hostname="my-laptop"
- show
Show the system hostname
example: ptconfigure hostname show
------------------------------
End Help
******************************
Hostnames are typically used in an administrative capacity and may appear in computer browser lists, active directory lists, IP address to hostname resolutions, email headers, etc. When the user want to change the host name, can use the following command.
ptconfigure hostname change –hostname=”kevellcorp”
From the above command the new host name can enter.
kevell@corp:/# ptconfigure hostname change –hostname=”kevellcorp”
Enter Hostname:
kevellcorp
******************************
Hostname Modifications:
--------------------------------------------
Hostname: Success
------------------------------
Hostname Mods Finished
******************************
This module is a perceptible process to view host name under ptconfigure by just using the command given below,
ptconfigure hostname show
After key in the command, it shows the host name.
| Parameters | Alternative Parameter | Options | Comments |
|---|---|---|---|
| ptconfigure hostname | Instead of Hostname we can use hostname | Show | System starts showing the host name process under ptconfigure |
| ptconfigure hostname change –hostname=”Name” | Instead of Hostname we can use hostname | Change | System starts changing the host name process under ptconfigure| |