2.5. How Unix Systems Remember Their NamesEach computer on a network needs a name. On many Unix versions, the uname -n command shows you this name. On some systems, the command hostname or uuname -l (two us, lowercase L) may be what you want. If you use more than one system, the hostname is great to use in a shell prompt -- or any time you forget where you're logged in. -- JP Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|