Can someone tell me of a sensible fairly standard place to put scripts that a number of users will need on an Ubuntu system?
|
feedback
|
|
Well, your tags include the Filesystem Hierarchy Standard so that should give you some guidance. I would recommend | |||||||
feedback
|
|
I never put scripts that I write in /usr/bin. Either /usr/local/bin or, preferrably, /opt/local/bin. Virtually nothing's going to collide with or stomp on scripts in the latter. | |||
|
feedback
|
