PDA

View Full Version : Filter folder LIST


pandomaci
08-13-2005, 09:35 AM
Hi,
please could you tell me if there's any way to not show specific subdirectories to an user? Eg. I don't want to show all "[COMPLETE]" dirs to user "someone".
Thanks.

darkone
08-14-2005, 05:01 AM
It isn't possible directly with 5.8.x. However, if script used chattr on creation of complete directory, it could be set as hidden for specific users (eg. "!=no_complete *").

1.0 wil allow editing list output. (I think list command will be done using lua ;))