From owner-freebsd-questions Fri Dec 29 22:25:47 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02260 for questions-outgoing; Fri, 29 Dec 1995 22:25:47 -0800 (PST) Received: from retcam.snu.ac.kr (retcam.snu.ac.kr [147.46.69.30]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA02249 for ; Fri, 29 Dec 1995 22:25:42 -0800 (PST) Received: (from root@localhost) by retcam.snu.ac.kr (8.6.12/8.6.12) id PAA05463 for questions@freebsd.org; Sat, 30 Dec 1995 15:22:49 +0900 Date: Sat, 30 Dec 1995 15:22:49 +0900 From: Jun Gyu-Chang Message-Id: <199512300622.PAA05463@retcam.snu.ac.kr> To: questions@freebsd.org Subject: [Q] anonymous FTP setup Sender: owner-questions@freebsd.org Precedence: bulk Hi, there.. I have encountered some trivial problem during setting up of anonymous ftp. I think I made all the directories and necessary files properly. But, when I connect as anonymous, "ls" does not shows proper ownership. (user does not appear but group does..) d--x--x--x 2 0 operator 512 Dec 15 07:40 bin d--x--x--x 2 0 operator 512 Dec 30 03:38 etc drwxrwxrwx 2 0 operator 512 Dec 28 05:59 incoming dr-xr-xr-x 3 0 operator 512 Dec 13 12:38 pub What shall I do? PS. followings are the content of passwd and group file. retcam# more passwdo root:*:0:0::/:/usr/bin/false bin:*:2:2::/:/usr/bin/false ftp:*:500:1:Anonymous FTP user:/usr/ftp:/usr/bin/false retcam# more group operator:*:0: anonymous:*:1: bin:*:2: other:*:3: