Name | ID | |
---|---|---|
Bart Simpson | 111111111 | bart@cs.huji.ac.il |
Lisa Simpson | 222222222 | lisa@cs.huji.ac.il |
File | Description |
---|---|
Kraken.java | Main file |
... | ... |
Makefile | Used to compile the source and run the unit tests |
README | This File |
backup
<name>
, which saves the system's status.
The command restore <name>
restores the entire
system to the named backed-up version.
How would you implement this command? How would you implement the
restore?cd
and mirror
when the link points to a directory.define
<mime-type> <viewer>
which
sets the viewer of files with that mime-type (for example, a browser
fro html files). The viewer will
be launched, in a separate process, when the file name is written in
the shell.refesh
command which synchronizes the memory file system with the
actual file system. This is useful when the actual file system is
manipulated while kraken is running
and there are un-commited actions. Refresh should notify the user on
all the un-commited actions that
are no longer valid. refesh
cannot be undone.