Hello,
I was trying to update environment variable $PATH in user's .bashrc file to include /usr/local/bin/ and I found it was already present. The thing is this directory doesn't contain all the files (binaries) root user does, even if they have the read and exec permissions set. For example:
Questions:
Mauricio
I was trying to update environment variable $PATH in user's .bashrc file to include /usr/local/bin/ and I found it was already present. The thing is this directory doesn't contain all the files (binaries) root user does, even if they have the read and exec permissions set. For example:
Code:
rwxr-xr-x 1 root root 6.0M Mar 26 20:32 wp*
- Is there a way to allow users to read/execute files in /usr/bin/ (or /user/local/bin, etc.) directories?
- Is there a way to set a skeleton for 'home' directory containing customized configurations files (.bashrc, etc.) directories and binaries?
Mauricio