VMS vs. UNIX file system

Brandon S. Allbery allbery at ncoast.UUCP
Fri Oct 7 09:01:43 AEST 1988


As quoted from <4136 at bsu-cs.UUCP> by dhesi at bsu-cs.UUCP (Rahul Dhesi):
+---------------
| In article <1127 at fredonia.UUCP> mazumdar at fredonia.UUCP (Jin Mazumdar) writes:
| >Although UNIX does not have fixed length
| >records...
| 
| It certainly does.  Look at the structure of /etc/utmp and /usr/adm/wtmp
| or equivalent files on your system.
+---------------

The programs that use those files use fixed-length "records"; the file system
itself does not enforce them, however.  The difference is that you don't have
to tell your favorite binary editor that it must open /etc/utmp with a record
size of (sizeof (struct utmp)) bytes.

++Brandon
-- 
Brandon S. Allbery, uunet!marque!ncoast!allbery			DELPHI: ALLBERY
	  For comp.sources.misc send mail to <backbone>!sources-misc
comp.sources.misc is moving off ncoast -- please do NOT send submissions direct
	  "So many articles, so little time...."  -- The Line-Eater



More information about the Comp.unix.wizards mailing list