|
| | cat.c |
| | Implements the cat command for the BSFS filesystem.
|
| | cd.c |
| | Implements the cd command for the BSFS filesystem.
|
| | chgrp.c |
| | Implements chgrp command for BSFS.
|
| | chmod.c |
| | Implements chmod command for BSFS.
|
| | chown.c |
| | Implements chown command for BSFS.
|
| | cp.c |
| | Implements the cp command for the BSFS filesystem.
|
| | dd.c |
| | Implementation of dd command for BSFS.
|
| | echo.c |
| | Implements the echo command for the BSFS filesystem.
|
| | fill.c |
| | Implements the fill command for the BSFS browser.
|
| | list.c |
| | Implements the list command for the BSFS filesystem.
|
| | mkdir.c |
| | Implements the mkdir command for the BSFS filesystem.
|
| | mv.c |
| | Implements the mv command for the BSFS filesystem.
|
| | purge.c |
| | Implements the purge command for the BSFS filesystem.
|
| | pwd.c |
| | Implements the pwd command for the BSFS filesystem.
|
| | recovery.c |
| | Implements the recovery listing command for the BSFS filesystem.
|
| | restore.c |
| | Implements the restore command for the BSFS filesystem.
|
| | rm.c |
| | Implements the rm command for the BSFS filesystem.
|
| | rmdir.c |
| | Implements the rmdir command for the BSFS filesystem.
|
| | stat.c |
| | Implements the stat command for the BSFS filesystem.
|
| | su.c |
| | Implements su command to switch session identity (testing).
|
| | touch.c |
| | Implements the touch command for the BSFS filesystem.
|
| | umask.c |
| | Implements umask command to show/set umask in octal.
|
| | whoami.c |
| | Implements whoami command to show uid/gid and umask.
|