• MTK@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    3 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)