Click to See Complete Forum and Search --> : Folders For Everybody?


Dark Ninja
11-03-2001, 07:12 PM
Is there a folder that any user can install to, and any user can access? I'm just wondering, because, I'm having some problems with the installtion of some of these files.

Thank you.


Dark Ninja

P.S. Also, what is the equivalent of c:\windows\Program Files in Linux?

7
11-03-2001, 07:19 PM
You could make any directory read-writable with the command chmod.

chmod 777 <directory>

would allow everyone to access.

Most programs install under /usr/local, but most of the time have other files in /etc or /bin. You have to check the man page.