SRA840 Lab1

From CDOT Wiki
Revision as of 12:41, 19 January 2009 by Kliang10 (talk | contribs) (Kezhong Liang)
Jump to: navigation, search

SRA840 Lab1

REFERENCES

[FreeBSD Handbook ]

Answers

Kezhong Liang

Differences between FreeBSD and Fedora installation
1. FreeBSD uses the concept of Slice and doesn't support the operation to the logical partition.
2. FreeBSD uses one of the slice of a disk as SWAP and Fedora uses individual partition as SWAP. 
3. FreeBSD supports UFS file system and Fedora supports EXT2, EXT3, and so on.
4. FreeBSD uses text-based sysinstall utility to install OS and Fedora uses graphic mode.
5. FreeBSD uses tcsh as default shell and Fedora uses bash.
6. GUI may not be installed on FreeBSD.
Pros of FreeBSD installation process 
1. The default installation is basic operating system and occupies small size of disk.
Cons of FreeBSD installation process 
1. Users who want to install need to configure more than Fedora.
Differences in disk drives labeling and supported file systems 
FreeBSD:
  ad0 represents a disk.
  support UFS file system
Linux:
  /dev/sda represents a disk.
  support EXT2, EXT3, and so on.
Files in the /etc directory (what each of them do) 
Something...
Setting up a network 
In the file /etc/rc.conf, we can configure the network card.
Start-up scripts in FreeBSD 
In FreeBSD, the start-up scripts is in the /etc/rc.d directory. If you want to make them enable, you should set them in the /etc/rc.conf file.