list of commands & utilities [WAS: change file names]

Ben Scott dragonhawk at gmail.com
Wed Feb 22 18:17:01 EST 2006


On 2/22/06, Zhao Peng <greenmt at gmail.com> wrote:
> "type the tab key twice" worked well on my system, thank you!
>
> I have 2 different userid on the system. One has "Display all 2430
> possibilities", another one has "Display all 2457 possibilities". Why
> are they different?

  Most likely, the different users have a different PATH environment
variable.  The PATH tells the shell (bash) where to look.  As each
user, try this command:

	echo $PATH

That will show you the PATH.

-- Ben



More information about the gnhlug-discuss mailing list