How to Set File and Directory Access Permissions in Plesk

How to Set File and Directory Access Permissions in Plesk In this article Hostripples will show you how to Set File and Directory Access Permissions in Plesk. Please follow the step-by-step. Setting File and Directory Access Permissions First – To review or change the permissions set for files and directories on Linux systems: Step 1 : Go to […]

Password protect directory-Cpanel

How to password protect directory in cPanel ? Ans : The instructions for password protect directory are as follows: 1) Login into your cPanel and click on the Password Protect Directories icon 2) Choose Web Root 3) Click on the name of the directory that you wish to password protect. 4) Check the box for “Password protect […]

Exclude a directory or multiple directories using find command

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 […]