Published on : September 11, 2014 by Geo Paul
Permission issues are common in domains hosted on Linux servers and we need to change the permission of multiple files and folders. Changing the permissions of each and every file separately is a tedious and time-consuming job. So here we are discussing how recursive permission change can be done: For directories eg : find /home/go -type d […]