Creating group folders for Linux users 2: Creating directories and setting permissions

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 10

  • @mason8714
    @mason8714 6 месяцев назад +1

    Great video. Studying for my linux and couldn't get my head around user permissions - spend ages with so many videos (am not the best at studying) and this video in 20 mins made it stick for me! plus no other video was showing the sticky part of permissions and i couldnt understand how users could have access to other peoples files created in the folders when the user created a file and now i know :)

    • @melvinjimenez278
      @melvinjimenez278 6 месяцев назад

      Literally me for the last two weeks this dude saved me

  • @nouseofaname2010
    @nouseofaname2010 3 года назад

    Nice video, however with $sudo chmod g+s directoryname you did not set the sticky bit, but the "set group ID", the sticky bit would prevent other users who did not create the file inside a directory from being able to delete the file and it is set by using $sudo chmod +t directoryname. (14:00 && 14:46 you create the file with said group ID). There is a chance that I am completely wrong though xD

  • @jackblambert3948
    @jackblambert3948 Год назад

    thanks bubba

  • @hemispace641
    @hemispace641 2 года назад +1

    Excellent tutorial! Thanks for taking the time to put this together, and posting it to RUclips.

  • @scottwheldon9992
    @scottwheldon9992 9 месяцев назад

    Thanks man. This helped. :)

  • @Haxr-dq6wt
    @Haxr-dq6wt 3 года назад +1

    Amazing you deserve 1M subscribers

  • @pranayshahare738
    @pranayshahare738 4 года назад

    Noice... I have exact scenario & I made through it. but now the problem is that when a user open a document from shared folder with open office it gives gvfs input/output error, the solution cifs-utils but will it keep all the permissions attached if yes what changes should be made to cifs. conf & fstab?? secondly my testpram gives error like folder not available (accounts, sales, production, materials) can yo share the smb. conf video please...!!

  • @Didi-si5cs
    @Didi-si5cs 4 года назад +1

    Great. You made it very clear.

  • @RaxTheVirtuous
    @RaxTheVirtuous 2 года назад

    Helped alot thanks!