Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Where to put stuff' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Where to put stuff
Authored by: thinkyhead on Jun 12, '02 03:05:18PM

/usr/local/bin and ~/bin are already in the PATH so these should be fine for stuff like this.



[ Reply to This | # ]
Where to put stuff - exp
Authored by: Accura on Jul 12, '02 10:31:07PM
Most of you will know this but if yo don't here it is.

Use /usr/local/bin for all user to be able to use.
Use /bin for the same but its not really a standard place to put thing.
Use /User/username/bin where username id the user name of the user you want to be able to run this.

[ Reply to This | # ]