PDA

View Full Version : [ubuntu] terminal command -r



konza
August 9th, 2008, 08:34 PM
Running Hardy, when i enter terminal command 'myname -r' to find kernel version i get the return....
bash: xxxxx: command not found
What am i missing?

st33med
August 9th, 2008, 08:36 PM
It is actually 'uname -r'

pikseli@work
August 9th, 2008, 08:36 PM
It not supposed to do anything. Where did you get that idea?

try:

uname -r

Cope57
August 9th, 2008, 08:38 PM
man uname
for all the commands regarding uname.

wirelessmonkey
August 9th, 2008, 08:44 PM
"myname" is not a valid command, I think you meant to use "uname -r" instead ;)

konza
August 11th, 2008, 05:22 PM
Thanks to everyone. Somehow i took "uname" as meaning to insert my user name...duh Thanks again everyone.