COHERENT help

This page displays the COHERENT help information for rmdir.

Listing of available help pages


rmdir -- Remove directories

rmdir [ -f ] directory ...

Option:
     -f        Force: remove a file without interactive checking

rmdir() -- Remove a directory

#include <unistd.h>
int rmdir(path)
char *path;