Brand new to cloudlinux and I am trying to learn the ropes. I am having trouble grasping the best way to do the following:
Make a script like WP CLI (http://wp-cli.org/) available to all users. It is in /usr/local/bin/ and I have figured out to make the whole local/bin folder globally accessible with a cfg file, but there is other stuff in there I do not have a reason to make globally acessible.
What is the best method to do this while still having the script accessible via just "wp" from the terminal?
Make a script like WP CLI (http://wp-cli.org/) available to all users. It is in /usr/local/bin/ and I have figured out to make the whole local/bin folder globally accessible with a cfg file, but there is other stuff in there I do not have a reason to make globally acessible.
What is the best method to do this while still having the script accessible via just "wp" from the terminal?
Comment