How to exclude a directory or multiple directories using find command? Quick view on >> Find command and switches << Method 1 : Using the option “-prune -o” We can exclude directories by using the help of “path“, “prune“, “o” and “print” switches with find command. See the example: # find ./ -path ./bit/* -prune -o […]
See MoreCategory: Hostripples Featured
OpenVZ commands and its usages
10+ Commonly using OpenVZ commands and its usages 1, Command to list the running VPSs in a node # vzlist Example: # vzlist CTID NPROC STATUS IP_ADDR HOSTNAME 106 104 running xx.xx.xx.xx server1.test.com 107 46 running xx.xx.xx.xx server2.test.com 108 83 running xx.xx.xx.xx server3.test.com 109 86 running xx.xx.xx.xx server4.test.com 2, Command to list running and stopped […]
See MoreMissing a temporary folder in WordPress
Missing a temporary folder in WordPress Using WHM: 1. Log into WHM 2. Navigate to Plugins >> CageFS 3. Select the user you need to remove from the CageFS and click on “>>”. 4. Then click on “Update CageFS skeleton Using Terminal: This can be done in two ways. 1. Either disable and enable user […]
See More
You must be logged in to post a comment.