Can anyone explain what is going on here. The /var/ftp/pub directory is owned by ftp:users, with group permission to write, but I cannot create a directory in pub unless I am the ftp user.
This works on Solaris, HP-UX, and AIX. [EMAIL PROTECTED] ftp]$ ls -ld pub drwxrwsr-x 2 ftp users 48 Aug 29 07:33 pub/ [EMAIL PROTECTED] ftp]$ mkdir pub/iso mkdir: cannot create directory `pub/iso': Permission denied [EMAIL PROTECTED] ftp]$ id jallen uid=501(jallen) gid=600(users) groups=600(users),105(cdrecording),601(club) [EMAIL PROTECTED] ftp]$ -- John Allen, Email: mailto:[EMAIL PROTECTED] MandrakeClub Silver Member.
