Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Andy Graybeal <andy.graybeal@xxxxxxxxxxxxx>
- Date: Tue, 14 Sep 2010 17:34:47 -0400
So.. if someone takes a file home and works on it and brings it back, I
think it loses it's permissions, as well as if someone creates a file on
their system at home and brings it in to work.
So if I understand correctly, you could create a script in all
locations that could change the owner of each file depending on where
it was.
So the script in your Tech folder could do:
for file in *.*; do chown<some_user>:tech {file}; done
This would change the owner of all the files in the current directory
to<some_user> in the tech group.
I'm just not sure what I should use for<some_user>.
gahh... i hope this isn't the way to deal with this, no offense.. but it
sounds kludgey, and scary and easily broken.
-andy
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- References:
- umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Andy Graybeal
- Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Rashkae
- Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Andy Graybeal
- Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Derek Maciel
- Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Andy Graybeal
- Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- From: Derek Maciel
- umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- Prev by Date: Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- Next by Date: Re: wireless connectivity
- Previous by thread: Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- Next by thread: Re: umask, ACL inheritance and setgid +s not working with copy from flash drive in nautilus
- Index(es):