I recommend using the mode bits for users with some or no experience with modes, its easier to memorize.. chmod u-x /your/dir this will remove the execution bit for the user of /your/dir chmod gu-x will remove it for both the user and the group chmod gou-x will remove it for everyone, ie: group, others and user.
man chmod *rtfm* ;) I'm bored... Ed. Quoting Ricky ([EMAIL PROTECTED]): > i want ftp members on pure-ftpd to create, delete, etx... just no execute > i guess > > what mask should i use like 022:022 or 077:077 > i lost here > TX RD > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message -- Edmond Baroud UNIX Systems Admin mailto:[EMAIL PROTECTED] Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 "UNIX is very user friendly, it's just picky about who its friends are." To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
