Saturday, April 26, 2014

uname

  •   uname command examples
Uname command displays important information about the system such as — Kernel name, Host name, Kernel release number, Processor type, etc.,
Sample uname output from a Ubuntu laptop is shown below.
$ uname -a Linux-care-laptop 2.6.32-24-generic #41-Ubuntu SMP Thu mar 19 01:12:52 UTC 2010 i686 GNU/Linux

Related Posts:

  • pwd   pwd command  pwd is Print working directory. What else can be said about the good old pwd who has been printing the current directory name for ages. … Read More
  • locate   locate command examples Using locate command you can quickly search for the location of a specific file (or group of files). Locate command uses the database created by updatedb. The example below shows all f… Read More
  • mv mv command examples Rename file1 to file2. if file2 exists prompt for confirmation before overwritting it. $ mv -i file1 file2 Note: mv -f is just the opposite, which will overwrite file2 without prompting… Read More
  • ls ls command examples Display filesize in human readable format (e.g. KB, MB etc.,) $ ls -lh -rw-r----- 1 linxcare team-dev 8.9M Jun 12 15:27 arch-linux.txt.gz Order Files Based on Last Modified Time (In Reverse Ord… Read More
  • ps    ps command examples ps command is used to display information about the processes that are running in the system. While there are lot of arguments that could be passed to a ps command, following are some o… Read More

0 comments:

Post a Comment