I’m trying to get a job in IT that will (hopefully) pay more than a usual 9 to 5. I’m been daily driving Linux exclusively for about 2 1/2 years now and I’m trying to improve my skills to the point that I could be considered a so-called “power user.” My question is this: will this increase my hiring chances significantly or marginally?
Thanks. Bookmarking for future reference.
Juwt remember “man chmod”.
Also, they didn’t mention it but you can always just do this (the easy way, thanks to GNU):
chmod a+x somefile
to give it execute bits. It works intuitively like that forw
andr
permissions too.It’s just quicker to type out
chmod 775
than it is to do it the other way 🤷