Expand description
VFS management commands
Functionsยง
- cmd_cat
- Print file contents.
- cmd_cd
- Change working directory.
- cmd_cp
- Copy file contents.
- cmd_df
- Show filesystem usage.
- cmd_ls
- List directory entries.
- cmd_
mkdir - Create directory.
- cmd_
mount - Mount filesystems and schemes.
- cmd_mv
- Move or rename entry.
- cmd_rm
- Remove file entry.
- cmd_
scheme - Manage VFS schemes.
- cmd_
stat - Show file metadata.
- cmd_
touch - Create empty file.
- cmd_
umount - Unmount filesystems.
- cmd_
write - Write string data into file.
- get_cwd
- Read the current working directory.
- resolve_
shell_ path - Resolve
pathrelative to the shell CWD.