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?

  • @SpiceDealerOP
    link
    31 month ago

    Thanks. Bookmarking for future reference.

    • @ouch
      link
      41 month ago

      Juwt remember “man chmod”.

    • Riskable
      link
      fedilink
      English
      21 month ago

      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 for w and r permissions too.

      It’s just quicker to type out chmod 775 than it is to do it the other way 🤷