Noob Linux Question

mrreizor

Member
May 23, 2005
133
0
0
I'm running Ubuntu 6.06 on a Live CD. I'm trying to run some commands in terminal mode but get "command not found" for EVERY command i've tried.

'sudo iwconfig'
'sudo ifconfig'

I tried a few more as well, but I can't remember those. Any ideas why they won't work? I'm trying to configure my wireless connection.

 

robphelan

Diamond Member
Aug 28, 2003
4,084
17
81
sorry to hijack the thread, but i jsut tried ubuntu last night.

downloaded the ISO and burned to CD. when I tried booting from it, it just throws me to a DR-DOS prompt.

what happened?

btw, this is my first attempt with linux.

thanks,
robert
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: robphelan
sorry to hijack the thread, but i jsut tried ubuntu last night.

downloaded the ISO and burned to CD. when I tried booting from it, it just throws me to a DR-DOS prompt.

what happened?

btw, this is my first attempt with linux.

thanks,
robert

Don't hijack threads. It's probably a bad burn. Make sure you burn as an image instead of just burning the file onto a disc.
 

magomago

Lifer
Sep 28, 2002
10,973
14
76
Hmm...seems to work for me. Perhaps something to do with things not being installed since you are running off of a live cd?
 

mrreizor

Member
May 23, 2005
133
0
0
Originally posted by: Nothinman
They're probably not in your path, try 'sudo /sbin/ifconfig'.

That done it. I wasn't in the right path. I followed n0cmonkey's suggestion and used the locate command.

Thanks guys for help!