• funkajunk@lemmy.world
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    4 days ago

    Understanding chmod and chown are foundational knowledge to actually being able to call oneself a “Linux user”. Great video!

    • ohshit604@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      15
      ·
      edit-2
      4 days ago

      Understanding chmod and chown are foundational knowledge to actually being able to call oneself a “Linux user”

      I gotcha, sudo chmod -R 777 /*, where we’re going we don’t need permission.

      • MTK@lemmy.world
        link
        fedilink
        arrow-up
        11
        ·
        4 days ago

        Careful! This is very dangerous, you should instead do

        sudo chown -R user:user /*
        

        Where “user” is your username, and then do

        chmod -R 770 /*
        

        This will make sure that only your user has all the access!

        (Don’t do this)

  • Mactan@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    3 days ago

    the few times Ive seen perms really go awry was from new users running sudo on everything, even wine. definitely took a fair bit of cleanup

    • N0x0n@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Can’t exectly remember how or where but I had some chmod 777 -R going on on my setup on the wrong directory and everything seemed fucked up !

      Was easier to fresh install instead of hunting some permission issue… Learned from that experience and still learning something new with perms on Linux !

  • Kazel@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    arrow-down
    13
    ·
    4 days ago

    A video for something basic which can be explained in a few sentences… Won’t watch that shit, future is doomed…