Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

Hi everyone, I have a jfs filesystem

/dev/md2 on /mnt/hd2 type jfs (rw)

to which i am trying to copy some folders into target folder /mnt/hd2/videos/movies/.

note: I am actually not using this target folder directly, but a symbolic link in my home folder that points to the target folder.

Now, the folder /mnt/hd2/videos/movies/ has default group acl enabled:

nass@stargaze:/mnt/hd2/videos$ getfacl Movies/
# file: Movies/
# owner: nass
# group: shares
# flags: -s-
user::rwx
group::rwx
other::r-x
default:user::rwx
default:group::rwx
default:group:shares:rwx
default:mask::rwx
default:other::r-x

I copied the folders from a temporary folder and expected to get the group write permission to be set as well, instead the folder looks like this:

drwxr-sr-x+ 2 nass shares        24 Aug  6 01:12 The_Movie/

I had set acls on the "videos" folder initially, and all the subfolders have inherited the default from that top folder. What have I missed?

asked 05 Aug '13, 18:36

synthnassizer's gravatar image

synthnassizer
1313
accept rate: 100%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×12

Asked: 05 Aug '13, 18:36

Seen: 909 times

Last updated: 05 Aug '13, 18:36

powered by OSQA