Find the answer to your Linux question:
Results 1 to 2 of 2
I am looking for a command which will display SUSE Service Pack version (SP1,SP2...) on SUSE 10. I tried following command on my SUSE 10 machine # cat /etc/SuSE-release SUSE ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    1

    Check Service Pack Level in SLES 10

    I am looking for a command which will display SUSE Service Pack version (SP1,SP2...) on SUSE 10.

    I tried following command on my SUSE 10 machine
    # cat /etc/SuSE-release
    SUSE Linux Enterprise Server 10 (i586)
    VERSION = 10

    But, it did not displayed the PATCHLEVEL. What is the default PATCHLEVEL?

    Thanks,
    Azeez

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Default patch level is "none" - you don't have any SP installed.

    Code:
    cat /etc/SuSE-release 
    SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...