Thread: 'su' Not Found
View Single Post
  #2 (permalink)  
Old 14-Aug-2006, 18:38
xdevnull
Guest
 
Posts: n/a
Default

open up a command prompt and type

Code:
which su
It should spit back something like

/bin/su

If it doesn't, type
Code:
ls /bin/su
or
Code:
ls /bin/s*
If it isn't there, try the search fucntion. Click on the Kmenu and go up to find files and search for su. If it's there, you will need to make a change to your environment. If it isn't, you will have to login as root and install it from some medium, or online. But first see if it is actually there or not.