Cannot update Wordpress plugins (file permission issues)?
Permissions
Permissions can be set to 644 for files and 755 for folders. To do so, you can run two quick find commands.
To make all folders in your website path with 755 permissions run the following command
find /path/to/website -type d -exec chmod ...
mandeepsingh.hashnode.dev1 min read