Print Problems
Paul Sladen
ubuntu at paul.sladen.org
Wed Jul 27 23:48:30 UTC 2005
On Thu, 28 Jul 2005, squareyes wrote:
Hello Winton,
> squareyes at here:~$ ls -l dev/lp0
> ls: dev/lp0: No such file or directory
A filename that does not start with a '/' slash is relative to the current
position in the filesytem; so
ls -l dev/lp0
is actually looking for:
/home/squareyes/dev/lp0
which is very unlikely to exit. Do you get a different result if you try:
ls -l /dev/lp0
-Paul
--
The summer is normal here. London, GB
More information about the ubuntu-users
mailing list