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 ...
- 04-25-2008 #1Just 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
- 04-25-2008 #2Linux 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


Reply With Quote