Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I will take it that chown part is good? Also will anyone from that group be able to write and view for example: /home/pro/pirmas/example? Cause that should be forbidden. Commented Apr 26, 2020 at 9:43
  • Yes, chown is correct. Whether the other users are able to view or write the subdirectories depends on their priviledges: chmod 700 should prevent everything :) Commented Apr 27, 2020 at 5:31