Skip to main content

Module vfs

Module vfs 

Source
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 path relative to the shell CWD.