Christopher 2020-04-14 12:46:19
chmod changes file permissions a represents ALL possible users users, groups, and other w represents write permissions for files or directories "chmod a-w " removes all writing privileges for all users and groups on the selected directory or file
COMMENT