Skip to content

Instantly share code, notes, and snippets.

@benfarice
Created August 21, 2018 21:37
Show Gist options
  • Save benfarice/910ec2a249a8c16d692c3ecf5668ee7c to your computer and use it in GitHub Desktop.
Save benfarice/910ec2a249a8c16d692c3ecf5668ee7c to your computer and use it in GitHub Desktop.
Give all permissions 777 to a folder(&& subfolders) in Ubuntu Linux
sudo chmod -R 777 Folder-Path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment