Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cloudlinux:how-to-add-wp-cli-to-cagefs-users [2019-11-12 00:14:02]
steve.minter
cloudlinux:how-to-add-wp-cli-to-cagefs-users [2019-11-12 00:17:55]
steve.minter
Line 37: Line 37:
 </note> </note>
  
-==== Time to test ====+==== Testing: ====
  
  
Line 47: Line 47:
 stat /usr/local/bin/wp stat /usr/local/bin/wp
 </code> </code>
 +
 +----
 +Reference:
 +You can test this in a user shell by joining it with su. For this example we will assume you have a user on the system called 'example' and in our case the user was not given a system shell so we assign one with -s.  then test we are the user with 'whoami' and check for the file with 'stat':
 +
 +<code>
 +su -s /bin/bash example
 +whoami
 +stat /usr/local/bin/wp
 +</code>
 +
 +
 +----
 +Last Tested  --- //2019-11-11 16:17:03//
 +
 +Test Environment:
 +  * cPanel  v84.0.7 [84.0 (build 7)]
 +  * Centos/CloudLinux 7.7