Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in permissions lesson #78

Open
oC-n opened this issue Apr 25, 2023 · 3 comments
Open

Error in permissions lesson #78

oC-n opened this issue Apr 25, 2023 · 3 comments

Comments

@oC-n
Copy link

oC-n commented Apr 25, 2023

In the lesson on permissions, the command for removing all permissions for other users (non-owner, non-group) is given as chmod a= final.grd. This will instead remove all permissions from owner and group members as well as others. I believe the command should be chmod o= final.grd to remove permissions from other only.

@kynan
Copy link
Contributor

kynan commented Apr 30, 2023

Yep, agree! Want to send a fix @oC-n ? I don't have write access, so @gcapes will need to merge any pr :)

@oC-n
Copy link
Author

oC-n commented May 10, 2023

Happy to sort that out, @kynan - just might take me another week or so to get to it, as racing a deadline at present.

@bagustris
Copy link
Contributor

@kynan @oC-n,

I included it in my PR #81 . Also, I change the wording from "all" to "others" since it is more appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants