Name
fs rmdir — Delete filesystem directory
Synopsis
fs rmdir
{
directory
}
Arguments
Name | Type | Description | Default |
---|---|---|---|
directory
| String | Pathname to directory to delete. |
Description
This command deletes a directory from the filesystem. If the directory contains files or other directories then this command will fail.
Examples
Delete directory:
RedBoot>fs ls
d--------- 128 . d--------- 128 .. d--------- 96 tests ---------- 4096 image RedBoot>fs rmdir tests
RedBoot>fs ls
d--------- 128 . d--------- 128 .. ---------- 4096 image RedBoot>
2024-03-18 | eCosPro Non-Commercial Public License |