MBurns wrote: > On 8/3/07, *ankita prasad* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I have been playing with an XO and some linux commands such as > modprobe, ifconfig don't seem to be working. i get a command not > found error. > > > Ifconfig is indeed installed. What build are you on? > > -bash-3.2#which ifconfig > /sbin/ifconfig
Note /sbin won't be on your path by default. If you do: $ su - It'll make you root, and also add /sbin to your path. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

