Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2004 23:22:50 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        "A W" <altonwong78@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: new
Message-ID:  <20040913232250.6e63b7da.wmoran@potentialtech.com>
In-Reply-To: <BAY1-F93yMJiQTyfPef0003118f@hotmail.com>
References:  <BAY1-F93yMJiQTyfPef0003118f@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"A W" <altonwong78@hotmail.com> wrote:

> i've scanned through the hand book and i found something thta i really don't 
> understand, what is a loader.conf?

Issue the command "man loader.conf" for details.

> and loader(8)?

That syntax means see section 8 of the Unix manual for a description of
"loader".  This is most easily accomplished by using the man command like
so:
man 8 loader

> im just all lost now and 
> when i type "xfree86........" or "kldload" it says command not found.

There is no such command "xfree86", but if your system can't find kldload,
something is wrong.

> and 
> also when i typed "/boot/" it says permission denied.

/boot is a directory.  If you just typed "/boot/" it would obviously give
you a permission error, since you're not allowed to access directories
in that fashon.

Try using "ls /boot" or "cd /boot" ... depending on what you're trying to
accomplish.  I would suggest finding a Unix beginners tutorial on the
web somewhere to help get you familiarized with those commands.  This one
looks decent:
http://www.ee.surrey.ac.uk/Teaching/Unix/
There are lots of others, do a google search, then read through some of them
and try out the commands they try to teach you.

> did i do something 
> wrong?

For the most part, no.  You just have a bit to learn yet.  Although I can't
think of a good reason why the system wouldn't be able to find kldload.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com



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