DevOps, Day - 3
CommandPermissionOperationsDescription
chmod(symbolic codes)
u /g /o /a users/group/others/allr / w / x (read/write/execute)+ / - / = add/remove/assignchange the access permissions on a file.
chmod u/g/o/a file.extchmod u/g/o/a+r file.extadded r...
vrishni.hashnode.dev3 min read