cPanel: Change Files and Folders Permission Using Command

Cpanel Directory
CPANEL WEBPAGE

Below steps will update entire directories(files, folders & includes sub-directories) permission.

  1. Login to the SSH terminal.
  2. Select desired directory, using “cd..” command.
  3. Run cmd: find -type f -exec chmod –changes 644 {} + -o -type d -exec chmod –changes 755 {} +
  4. Exit