MArk Kilmartin - 2002-07-08

Logged In: YES
user_id=573509

I realized the stype I used for the commands is very unreadable.
Hopefully as I'll show them below will be more readable.

Where the command produces output it is show in brackets
after the command.

MArk

1)
Client1> create file

2)
Client1> ls (Sees the file)
Client2> ls (Sees the file)

3)
Client2> rm file

4)
Client1> ls (no such file or directory)
Client2> ls (no such file or directory)

5)
Client1> ln -s ../dir file

6)
Client1> ls (ls: file: Input/output error)
Client2) ls (sees the file as it should)