Subject: =?iso-8859-1?Q?Re:_new_to_bsd?=
To: None <fernando@rxp.com>
From: =?iso-8859-1?Q?Roger_Day?= <roger@avocet.co.za>
List: netbsd-help
Date: 11/13/2002 09:13:27
> Hi all,
>
> I'm totally new to NetBSD coming from Win2k Server and Dos.
> I'm wondering where I can get info about how to use it. How do I get a
There are some very good docs on the www.netbsd.org web site and that is a
good place to start:
http://www.netbsd.org/Documentation/
> directory listing? I guess not with "dir" and obviously not by double
> clicking an icon. :-)
In a shell type:
ls (list of directory contents) or
ls -al (listing All Long format)
HTH