|
Basic Solution File System - BSFS
|
Implements whoami command to show uid/gid and umask. More...
Functions | |
| int | whoami_cmd (FILE *disk, superblock_t *sb, char **args) |
| Print current session uid, gid and umask. | |
Implements whoami command to show uid/gid and umask.
| int whoami_cmd | ( | FILE * | disk, |
| superblock_t * | sb, | ||
| char ** | args ) |
Print current session uid, gid and umask.
Reads the API session identity and umask and prints them in a compact form.
| disk | Open filesystem image (unused). |
| sb | Loaded superblock (unused). |
| args | argv-like vector (unused). |