Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
cloudlinux:how-to-add-wp-cli-to-cagefs-users [2019-11-12 00:18:10]
steve.minter
cloudlinux:how-to-add-wp-cli-to-cagefs-users [2019-11-12 00:18:36]
steve.minter [Testing:]
Line 37: Line 37:
 </note> </note>
  
-==== Testing: ==== 
- 
- 
-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> 
  
 ---- ----