9

How can I change the permission (555 or 755) to a user in a specific folder in Ubuntu 12.04. I used this command, but it didn't work

sudo chown -R username:group directory

Thanks,

  • 5
    The details of your question are very ambiguous, but they matter a lot. Please explain as precisely as possible what you. What properties (location, ownership) and function(s) does the folder have? – David Foerster Apr 09 '15 at 12:00
  • Are there subdirectories and files in each folder? 2. Do you want to have the directories accessible to different users with different access attributes? This is an old question but can be made useful.
  • – Abhinav Saxena Feb 21 '20 at 17:18