From owner-freebsd-doc Wed Jul 12 19:13:41 2000 Delivered-To: freebsd-doc@freebsd.org Received: from prserv.net (out2.prserv.net [32.97.166.32]) by hub.freebsd.org (Postfix) with ESMTP id 0B6AD37C1AB for ; Wed, 12 Jul 2000 19:13:35 -0700 (PDT) (envelope-from mick3@ibm.net) Received: from ibm.net ([166.72.155.241]) by prserv.net (out2) with SMTP id <2000071302124822901epqure>; Thu, 13 Jul 2000 02:12:48 +0000 Message-ID: <396D25D5.67B663B3@ibm.net> Date: Wed, 12 Jul 2000 19:13:41 -0700 From: John Michelini X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: doc@freebsd.org Subject: Handbook suggestions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, During my process of reading the Handbook, I wrote some additions which might be useful changes. Please let me know if these suggestions are not formatted correctly according to the group's specifications. I would be glad to reformat or make additional changes. John Suggested text: Section 15.2.1.2 Preparing the Kernel As previously mentioned, ppp uses the tun device, and whichever kernel you are using must have tun configured. The tun device is preconfigured for the default GENERIC kernel that ships with FreeBSD. However, if you have installed a custom kernel or have a /sys directory, you must make sure your kernel is configured for ppp. To check, go to your kernel directory and examine your configuration file (/sys/i386/conf or /sys/pc98/conf). It should have... Suggested text: 2.2.1.7. Check the drive number scheme in your BIOS If you have used your BIOS to renumber your disk drives (without recabling them), read Section 10.2 to avoid confusion. Suggested text: 6.2. The Superuser Account The Superuser account, typically named root, comes preconfigured and should only be used for special tasks such as system administration. As the Superuser, the safeguards of your standard user account no longer apply. Misuse of this account for user tasks such as sending and receiving mail, general exploration of the system, or programming may result in spectacular disasters like accidentally destroying the system. The Superuser should always double and triple-check commands before issuing them. After reading this chapter, create an standard user account for general use; this applies to multiuser and single-user machines. Later in this chapter, we discuss how to create additional accounts, and how to switch between the user and the Superuser. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message