Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels