CSE 190 Sp 2000 -- Lecture 2 -- April 6, 2000


Unix history. 7th Edition; System III; System V; BSD; SunOS/Solaris; Linux. Filesystem. Persistent objects: files, directories, devices, FIFOs, etc; directories map names to inode numbers.

Explained the reason why the following program worked the way it does with interactive execution versus output to a file:

int main(void)
{
	printf("Hello world\n");
	if (fork() == 0) {
		printf("Goodbye cruel world\n");
	}
	return 0;
}

[ search CSE | CSE home | bsy's home page | webster i/f | MRQE | google | yahoo | hotbot | lycos | altavista | pgp key svr | spam | commerce ]
picture of bsy

bsy+cse190.s00@cs.ucsd.edu, last updated Tue Apr 18 16:04:55 PDT 2000. Copyright 2000 Bennet Yee.
email bsy.


Don't make me hand over my privacy keys!