Results 1 to 10 of 10
helo guys i am new to this linux .i want to know everythin regardin it.
i know its a simple qn for most of u guys but plz help me ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
how do i know which kernel i am using
helo guys i am new to this linux .i want to know everythin regardin it.
i know its a simple qn for most of u guys but plz help me out.
and do let me know about upgradation of my kernel and things regarding kernel.
thank u
- 05-11-2005 #2
Type uname in a console. It will give you lots of information about your system, including your kernel version.
Registered Linux user #270181
TechieMoe's Tech Rants
- 05-11-2005 #3will give a lot more details.Code:
uname -a
- 05-11-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Yes, that will give you more details, but if you want to specifically know what kernel you're running the command would be uname -r.
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 05-11-2005 #5
And if you want to know what all the different extensions will give you (-a, -r, etc), you can use man uname.
Registered Linux user #270181
TechieMoe's Tech Rants
- 05-11-2005 #6I can't believe you guys missed
Originally Posted by techieMoe
[/quote]Code:info uname
- 05-11-2005 #7Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
And how did you forget:
To get an easy intro with only the flags?Code:uname --help
- 05-11-2005 #8
and how could you all forget
!!??Code:less /proc/version
pfft n00bs.
- 05-14-2005 #9Linux Newbie
- Join Date
- Mar 2005
- Location
- Bangalore, INDIA
- Posts
- 122
really cool
so many ways of doing it
Portability is for people who cannot programme
- 05-14-2005 #10Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Yeah, in linux you have so many ways to get the same result
Originally Posted by mohit dhawan
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"


Reply With Quote
