Tagged Questions
2
votes
1answer
635 views
skype not found on Oneiric 64, but it is right there [duplicate]
Possible Duplicate:
Can't execute some binaries in chroot environment (zsh: Not found)
I have something weird here. Cannot find a file although it is right there.
$ skype
command not ...
66
votes
4answers
6k views
/usr/bin vs /usr/local/bin on Linux
Why are there so many places to put a binary in Linux? There are atleast these five:
/bin/
/sbin/
/usr/bin/
/usr/local/bin/
/usr/local/sbin/
And on my office box, I do not have write permissions ...