Results 1 to 10 of 10
Well, I have a question.
How can I check what version of debian I have??
I need to know if I run lenny or etch.. I tryed 'uname -a' but ...
- 11-21-2007 #1
Who to check what version of debian I have?
Well, I have a question.
How can I check what version of debian I have??
I need to know if I run lenny or etch.. I tryed 'uname -a' but that didnt give any help.
What is the best way to check what version of Debian I run? (I didnt install this box myself.. So I dont know who did enter what cd so thats also no help.)
- 11-21-2007 #2Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
Try
cat /proc/version
That should do the trick. At least on my Etch
(There was a file called issue, from which i thought it'd be in /proc, but i couldn'T find it)
Ogion
- 11-21-2007 #3
- 11-21-2007 #4
Another method is
Code:$cat /etc/*release
- 11-21-2007 #5Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
Ah, sure, it was
cat /etc/issue
There the output is somewhat nicer, like:
Debian GNU/Linux 4.0 \n \l
Ogion
- 11-21-2007 #6
- 11-21-2007 #7
Thats weird. Can you check is there is a file named /etc/release or /etc/debian-release? Most distros have one of those files and it would be a bit strange if Debian didn't.
- 11-21-2007 #8
- 11-21-2007 #9
- 11-21-2007 #10


Reply With Quote
