search for: john_johnk

Displaying 10 results from an estimated 10 matches for "john_johnk".

2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...s 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 owner and root as the group, with drwx------ permissions, limiting access to just the owner. (I never understood why docker created this folder with fail2ban as the owner b...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...ic 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 owner and root as the group, with drwx------ permissions, limiting access to just the owner. (I never understood why docker created this folder with fail2ban as the owner but that s ano...
2024 Oct 24
1
Optimal File Permissions for Shared Access Between Windows and Linux
I thought with the ACL it would be easier but it is the same nightmare :-( john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers getfacl: Removing leading '/' from absolute path names # file: mnt/shared/partage_de_fichiers # owner: john_johnk # group: sharedaccess # flags: -s- user::rwx group::rwx other::--- default:user::rw- default:group::rw- default:group:...
2024 Oct 26
1
Optimal File Permissions for Shared Access Between Windows and Linux
...les 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 |```john_johnk|``` has read, write, and execute access across all directories and files and to set up default ACLs that make new files and directories inherit these permissions reliably. However, I?m aiming to keep the ACLs as restrictive as possible for new created folders and files. 1. Could you recommend...
2024 Oct 25
1
Optimal File Permissions for Shared Access Between Windows and Linux
On Thu, 24 Oct 2024 15:55:41 +0200 Jonathan Szalavecz via samba <samba at lists.samba.org> wrote: > I thought with the ACL it would be easier but it is the same > nightmare :-( > > > john_johnk at raspberrypi:~ $ getfacl /mnt/shared/partage_de_fichiers > getfacl: Removing leading '/' from absolute path names > # file: mnt/shared/partage_de_fichiers > # owner: john_johnk > # group: sharedaccess > # flags: -s- > user::rwx > group::rwx > other::--- > defaul...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...ize for not including the global section in my previous message. Here it is: [global] ?? min protocol = SMB3 ?? workgroup = WORKGROUP As you can see, there isn?t much in the global section. To answer your question about the permissions on |/mnt/shared|, here are the settings: drwxrwxr-x 30 john_johnk sharedaccess 4096 Oct 15 23:42 shared The directory is mounted from an external disk (|/dev/sdb1|), and it is not part of the local filesystem john_johnk at raspberrypi:~ $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ??sda1 8:1 0 1.4T 0...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...to |0002| in my shell, but I am > struggling to find the right settings to achieve optimal > compatibility between Windows, Linux, and Samba. > > For comparison, here are the permission settings for two directories: > > * > > |/mnt/shared/Office 2013|:|drwx------ 2 john_johnk john_johnk > 4096 Apr 8 2022| > > * > > |/mnt/shared/partage_de_fichiers|:|drwxrws--- 4 john_johnk > sharedaccess 4096 Oct 15 18:56| What are the permissions set on /mnt/shared ? Also, why is the share there, is it mounted from somewhere else ? If so, where and what is th...
2024 Oct 15
1
Optimal File Permissions for Shared Access Between Windows and Linux
...the file owner. I have a |umask| set to |0002| in my shell, but I am struggling to find the right settings to achieve optimal compatibility between Windows, Linux, and Samba. For comparison, here are the permission settings for two directories: * |/mnt/shared/Office 2013|:|drwx------ 2 john_johnk john_johnk 4096 Apr 8 2022| * |/mnt/shared/partage_de_fichiers|:|drwxrws--- 4 john_johnk sharedaccess 4096 Oct 15 18:56| I have confirmed that my wife's user account is part of the |sharedaccess| group and have restarted the Samba service multiple times. Any guidance or suggestions f...
2024 Oct 21
2
Optimal File Permissions for Shared Access Between Windows and Linux
On Sun, 20 Oct 2024 00:15:32 +0200 Jonathan Szalavecz <john_johnk at hotmail.com> wrote: > Hi Rowland, > > Thank you for your feedback, and I apologize for misunderstanding > your question earlier. Here?s the output of my command: > > ```bash > |john_johnk at raspberrypi: $ df -T /mnt/shared/ Filesystem Type > 1K-blocks Used Availabl...
2024 Oct 28
1
[smb.conf] How to get "rw r r" ?
Gilles, I guess you re experimenting the exact issue which made me headeach and this morning after nights of thinking I think I am approaching the solution. Look at this -> access control list - How to set Linux Default ACLs differently for directories and files - Server Fault