Displaying 3 results from an estimated 3 matches for "video_surveillance".
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Rowland,
I realized I forgot to mention a few details about specific folders with unique permissions in /mnt/shared that I need to preserve in /mnt/shared/nas:
1. /mnt/shared/video_surveillance: Originally, this folder had drwxrwx--- permissions, with reolink as the owner and surveillance as the group. However, since the surveillance group has been removed, only john_johnk and reolink need read/write access.
2. /mnt/shared/Trading/data: This directory was set up with fail2ban as the own...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Op 26-10-2024 om 21:37 schreef Jonathan Szalavecz via samba:
> Rowland,
>
> I realized I forgot to mention a few details about specific folders with unique permissions in /mnt/shared that I need to preserve in /mnt/shared/nas:
>
> 1. /mnt/shared/video_surveillance: Originally, this folder had drwxrwx--- permissions, with reolink as the owner and surveillance as the group. However, since the surveillance group has been removed, only john_johnk and reolink need read/write access.
>
>
> 2. /mnt/shared/Trading/data: This directory was set up with fail2b...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
Hi Rowland,
Thanks to your guidance, I?ve set up permissions for all directories and
files under |/mnt/shared| as follows:
* *Directories* have ```|drwxr-xr-x| permissions and are owned by
|root:root|.```
* *Files* are set to ```|rw-------|, also with |root:root```|
ownership, except for executables, which have the necessary |rwx|
permissions.
I?d like to ensure