On Tue, Jan 06, 2009 at 07:08:49PM -0800, Jani wrote: > I'm transfering files from XP to Opensolaris 2008.11 thru samba and great > majority of the files and folders get > > (d)-------------+ > > permissions. > > I haven't seen this before using *nix do can somebody tell me what this > means? Specially what does the + mean at the end? I can gather that the > file/folder doesn't have any permissions in that state
See the man page for ls(1) The + indicates that an Access Control List (ACL) is in place for this directory. An "ls -V" should show it to you.