[Ilugc] One Day One Command

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi S)
  • Date: Thu Jan 20 13:50:36 2005

One Day One Command :-
--------------------
uname - Display system informations

Summary:-

Display system infos like OS Type, Kernel version, Arch,
Host name etc... Main this uname will collect the 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 Arch and OS Type

$ uname -a  -- Show all info

Read: man uname

Bye :)
-- 
Bharathi S



Other related posts: