rmdir (target)

Remove one or more directories (POSIX, toybox)

Syntax:

rmdir [-p] [dir...]

Runs on:

QNX OS

Options:

--ignore-fail-on-non-empty
Ignore failures caused by non-empty directories.
-p
Remove the entire directory path of the directories specified on the command line.
dir
The pathname of a directory to be removed.

Description:

This utility is provided as part of the toybox package. For information on how to enable it, see toybox.

Contributing author:

Rob Landley and the toybox project (see https://landley.net/toybox/).

Page updated: