The pmempoolrm command removes each specified file. If the specified file is a pool set file, all pool
files (single-file pool or part files) are removed. By default the pmempoolrm does not remove pool set
files. All pool files are removed using unlink(3) call, except the pools created on devicedax which are
zeroed instead. If specified file does not exist the pmempoolrm command terminates with an error code.
By default it prompts before removing write-protected files. See EXAMPLES section for example usage of
the rm command.
Availableoptions:
-h, --help
Print help message
-v, --verbose
Be verbose and print all removing files.
-s, --only-pools
Remove only pool files and do not remove pool set files (default behaviour).
-a, --all
Remove all pool set files.
-l, --local
Remove local pool set files.
-f, --force
Remove all specified files, ignore nonexistent files, never prompt.
-i, --interactive
Prompt before removing every single file.