From owner-freebsd-questions Tue Sep 17 14:03:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14263 for questions-outgoing; Tue, 17 Sep 1996 14:03:16 -0700 (PDT) Received: from rudy.aha.ru (rudy.aha.ru [194.135.22.35]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA14248 for ; Tue, 17 Sep 1996 14:02:51 -0700 (PDT) Received: (from laskavy@localhost) by rudy.aha.ru (8.7.5/8.7.3) id BAA04214; Wed, 18 Sep 1996 01:00:32 +0400 (MSD) Date: Wed, 18 Sep 1996 01:00:32 +0400 (MSD) Message-Id: <199609172100.BAA04214@rudy.aha.ru> From: "Sergei S. Laskavy" To: lcardoso@centroin.com.br CC: questions@freebsd.org In-reply-to: <3.0b15.32.19960917164459.0069f7f4@pop.centroin.com.br> (message from Leonardo Cardoso on Tue, 17 Sep 1996 16:45:01 -0300) Subject: Re: Rookie Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 1. Any user with UID (User ID, user number) is a SUPERVISOR. By default, its login name is `root'. (UID is the 3rd field from file `/etc/passwd') 2. If your disk is in MS DOS format (FAT), then you can use a command `mount' for attaching your floppy disk to file system. See `man mount' for help about this program. For example, I mount my 3.5 floppy to directory `fd' in my home directory with the following command: mount_msdos /dev/fd0 ~/fd After all you may unmount floppy with: umount /dev/fd0 Sergei S. Laskavy