Date: Tue, 17 Dec 2002 16:57:11 -0500 From: Edmond Baroud <SoHo@admin.fido.ca> To: Ricky <unixnoob@charter.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: -U mask help plz Message-ID: <20021217215711.GA38527@admin.fido.ca> In-Reply-To: <002601c2a615$b11a9ab0$0a00a8c0@papabear> References: <002601c2a615$b11a9ab0$0a00a8c0@papabear>
next in thread | previous in thread | raw e-mail | index | archive | help
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 (unixnoob@charter.net): > 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 majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Edmond Baroud UNIX Systems Admin mailto:SoHo@admin.fido.ca 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217215711.GA38527>