[Discuss] bash-noob-question
Lionel Widdifield
lwiddif-vlug at nexus.spydernet.com
Mon Jan 25 12:25:14 PST 2010
On Sun, Jan 24, 2010 at 01:55:50PM +0100, Jan Felix Krutsch wrote:
> If I type just 'chown + any command' in the console it works,
> in my code it doesn't (command not found) ... so I assume
> it's something wrong in the syntax.
env | sort | less
The variables show are set by your shell and/or the system, as noted PATH is
used for the program search path.
Lionel
More information about the Discuss
mailing list