Results 1 to 5 of 5

Thread: uname command in linux

  1. #1
    Join Date
    Nov 2009
    Posts
    333

    uname command in linux

    hello sir ,

    I am in confusion to understand the different between the linux based commands.There are two commands are two different commands and have different options and the meaning of options are not captured by me.

    What would be the difference between those commands and associated options.
    uname -i
    uname -p
    uname -m


    Thanks
    Last edited by Linux-Us; 12-03-2010 at 11:02 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    uname command in linux

    The uname commands is used get more information from the library of the system and there are so many associated options are being used to get the information from different sections.

    The Uname command would be used as follows -

    Code:
    uname [OPTION]...
    There are so many options are tagged with it and if you issue it without any option then it evaluates only the general information about current machine configuration.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    uname command in linux

    The uname has different options.In those options,some of the mostly used options are as follows which evaluates such information -

    uname -m It returns the machine architecture
    uname -pit evaluates the processor related architecture.
    uname -i It evaluates the actual hardware platform descriptions.

    The architecture includes the description of machine,processor and updated hardwares.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    uname command in linux

    If you will issue the uname command on the linux terminal then you will get the current configured kernel of the the operating system .

    The command without any option treated as the -s option which is the default behavior of the operating system .

    Code:
    #uname -s
    The command would evaluate the system kernel inflammation.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    uname as a function in unix

    The uname is used as a function also and evaluate such tyoe of information according to the passed argument from the braces :

    uname is not tagged in the ANSII library but is handy for finding system information.It accepts the following -

    System type (name).
    Host name (Nodename).

    And returns the following information accrding to passed argument in the braces-

    Software release.
    Software date.
    Machine type.
    Domainname.

Similar Threads

  1. Need suggestion about rm command in linux
    By Jagjeet-J in forum Operating Systems
    Replies: 7
    Last Post: 29-11-2011, 04:44 PM
  2. How to use linux dd command
    By Rubeen in forum Operating Systems
    Replies: 5
    Last Post: 02-04-2010, 10:59 AM
  3. Linux history command and fc command
    By Alkesh jain in forum Operating Systems
    Replies: 3
    Last Post: 26-05-2009, 07:53 PM
  4. Linux passwd command
    By gvBlake in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2009, 10:32 AM
  5. Creating a Linux command
    By Markos in forum Software Development
    Replies: 1
    Last Post: 03-01-2009, 08:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,972,663.28402 seconds with 16 queries