You are viewing a single comment's thread from:
RE: Learning Linux Ubuntu Class notes #3 & #4
There are so many ways to do the exact same thing with chmod.
The most common chmod command I use is ‘chmod +x somebinary’. It means Add execute privileges to somebinary, so you can run it. I never bothered to memorize the bitwise permissions, +x -x +w -w is easy to remember.