[glug-t] One Day One GNU/Linux Command (UNAME)
- From: Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx>
- To: VEC-FOSS <vecfoss@xxxxxxxxxxxxxxxx>, GNU/Linux User Group of TCE <glugot@xxxxxxxxxxxxx>, GNU/Linux Users Group - Trichy <glug_t@xxxxxxxxxxxxx>
- Date: Tue, 6 May 2008 10:36:23 +0530 (IST)
One Day One GNU/Linux Command
=============================
uname - Display system informations
Summary:-
Display system informations like OS Type, Kernel Version, Arch, Host
Name etc., It will collect all this info from the /proc/sys/kernel/
{ostype, hostname, osrelease, version, domainname}.
Examples :-
$ uname -- Kernel Name
$ uname -n -- Show the machine name
$ uname -rv -- Show kernel's release & Ver info
$ uname -om -- Show OS Type and Arch
$ uname -a -- Show all info
Read: man uname
HTH :)
--
Bharathi S
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] One Day One GNU/Linux Command (UNAME)