ying shang wrote: > > When I boot the Debian, I find that it tells me Apache starting. But I can > not find out where is the home directory of the apache.
The command 'which' will show the path to the program, for example used with the program Joe, ~$ which joe /usr/bin/joe or you could use, ~$ whereis joe joe: /usr/bin/joe /etc/joe /usr/man/man1/joe.1.gz for more info use 'locate' ~$ locate joe /etc/joe /etc/joe/editorrc /etc/joe/jmacsrc /etc/joe/joerc ........... hth, kent

