Any tutorials -RUTEBOOK

Marcin ‘Qrczak’ Kowalczyk qrczak at knm.org.pl
Wed Aug 13 14:44:36 UTC 2008


2008/8/13 Doug Pollard <dougpol1 at verizon.net>:

> Here is the comand I typed in
>
> /usr/share/doc/rutebook
> below is bash reply
>
> bash: /usr/share/doc/rutebook: is a directory

The first word of a command line, besides some exceptions, should be
the name of a program or the name of an internal shell command. To
enter a directory, use 'cd /usr/share/doc/rutebook' (cd is an internal
shell command). A directory name by itself is not a valid command in
bash, though it is in some other shells which assume an implicit cd in
such case.

In Gnome you could also say 'gnome-open /usr/share/doc/rutebook' to
invoke the default GUI action associated with the object, here a
directory, which would be opened in Nautilus.

-- 
Marcin Kowalczyk
qrczak at knm.org.pl
http://qrnik.knm.org.pl/~qrczak/




More information about the ubuntu-users mailing list