for echo $PATH: /usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games<br>
<br>
for -ld /usr /usr/nin:<br>
drwxr-xr-x 13 root root 4096 2005-10-13 12:15 /usr<br>
drwxr-xr-x 2 root root 36864 2005-10-20 20:42 /usr/bin<br>
<br>
for mount:<br>
proc on /proc type proc (rw)<br>
sysfs on /sys type sysfs (rw)<br>
devpts on /dev/pts type devpts (rw,gid=5,mode=620)<br>
tmpfs on /dev/shm type tmpfs (rw)<br>
usbfs on /proc/bus/usb type usbfs (rw)<br>
tmpfs on /lib/modules/2.6.12-9-386/volatile type tmpfs (rw,mode=0755)<br>
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)<br>
<br><br><div><span class="gmail_quote">On 10/21/05, <b class="gmail_sendername">Lee Braiden</b> <<a href="mailto:lee_b@digitalunleashed.com">lee_b@digitalunleashed.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Friday 21 October 2005 05:00, Alan Shiflett wrote:<br>> I have successfully downloaded Wine using Apt but when I used the ternimal<br>> to try to open up .exe files it said the wine coimmand was not found, so I<br>
> decided I would install it throught the terminal and so I did and it said<br>> at the end of the terminal line that it was installed, but the wine command<br>> was still unfound. Does anyone know how to make so wine workls in breezy?
<br><br>Close that terminal, open a fresh one, and try again. If it doesn't work,<br>type<br><br> echo $PATH<br><br>and tell us what it says. Sounds like your shell path has been altered, and<br>it doesn't know where to find files any more.
<br><br>You may have also altered the filesystem paths themselves somehow. Give us<br>the output of:<br><br> ls -ld /usr /usr/bin<br><br>and the output of:<br><br> mount<br><br><br>--<br>Lee Braiden<br><a href="http://www.DigitalUnleashed.com">
http://www.DigitalUnleashed.com</a><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
http://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>