Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 1996 01:00:32 +0400 (MSD)
From:      "Sergei S. Laskavy" <laskavy@rudy.aha.ru>
To:        lcardoso@centroin.com.br
Cc:        questions@freebsd.org
Subject:   Re: Rookie
Message-ID:  <199609172100.BAA04214@rudy.aha.ru>
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)

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609172100.BAA04214>