Lesson Review


1.

List some important differences between HFS Plus and UFS.

2.

Is it safe to delete all of those dot files Windows users see when you save a file on a Windows file server?

3.

What does diskarbitrationd do when you connect a USB storage device?

4.

What is the main difference between an alias and a symbolic link?

5.

What does the df command do?

Answers

1.

HFS Plus is normally case-preserving but not case-sensitive. (A case-sensitive version is available.) HFS Plus provides native support for files with resource and data forks, and it is journaled by default on Mac OS X v10.3 and later. UFS is case-sensitive. It provides no native support for forked files. Journaling is not available for UFS.

2.

No. Windows does not hide dot files the way most UNIX systems do. If the files are .DS_Store files, they are safe to delete as they contain only the icon position and other layout information for the Finder. However, resource fork shadow files (those that begin with ._) may not be safe to delete, as they may contain data belonging to the other half of that file.

3.

diskarbitrationd probes the disk to determine its file-system format, checks the disk for unusable files, mounts the file system, and updates the disk arbitration table.

4.

When you move the original file, the alias is updated to point to the new location. The symbolic link is not updated and is left dangling.

5.

The df command displays disk capacity and the amount of free and available disk space on file systems.




Apple Training Series. Mac OS X System Administration Reference, Volume 1
Apple Training Series: Mac OS X System Administration Reference, Volume 1
ISBN: 032136984X
EAN: 2147483647
Year: 2005
Pages: 258
Authors: Schoun Regan

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net