Tagged Questions
10
votes
2answers
312 views
Why do so many programs live in PATH?
One thing that puzzles me about desktop Linux, at least, is that just about everything is in my PATH. By everything, I mean every desktop application, including things like gnome-character-map and ...
4
votes
1answer
572 views
Where should a local executable be placed?
I have an executable for the perforce version control client (p4). I can't place it in /opt/local because I don't have root privileges. Is there a standard location where it needs to be placed under ...
4
votes
3answers
219 views
Directories with binary files in Linux
I noticed that when I install new application there are a few possible directories where the resulting binary file will be placed.
You can install with packaging manager, compile with make, ...
20
votes
6answers
13k views
What is /usr/local/bin? Came across it in an script installation for Applescript but would like to know more
Before today, I've used Terminal to a limited extent of moving in and out of directories, changing the dates of files using the touch command, but had realised the full extent of Terminal after ...