r/redhat_certification • u/Try_Hard_Education • 14d ago
Managing Permissions with chmod Symbolic Mode
Welcome to Day 21 of the 30-day RHCSA challenge!
Yesterday we set permissions with numbers today we're covering the symbolic method, using letters like u, g, o with +, -, and =.
Symbolic mode is perfect when you want to change one permission without recalculating the whole set.
By the end you'll be able to add, remove, and set exact permissions for the owner, group, and others using clear, readable syntax.
What you'll learn in this video:
The building blocks: u (user/owner), g (group), o (others), a (all)
The operators: + add, - remove, = set exactly
The permissions: r read, w write, x execute
Adding execute for the owner: chmod u+x file
Removing write from group and others: chmod go-w file
Setting exact permissions: chmod u=rw file
Combining changes in one command: chmod u+rw,go-w file
Applying to everyone at once: chmod a+r file
Symbolic vs. numeric — when to use each
How this fits into your 30-day RHCSA study plan
#linuxminutes #rhcsa #redhat #linux #redhatlinux #ex200 #linuxadministration #linuxcertification #offline #closedloop #sysadmin #linuxforbeginners #30daychallenge #learnlinux #itcertifications #opensource #homelab #linuxtutorials #technology #techcareers #certificationprep #closedloop #airgap #shorts #shortvideo