$title = "Removing a directory - rmdir"; $area = "Unix Support"; $metadata = "unix, commands, directory, remove, delete, rmdir"; $pfloc = ""; require '/usr/local/wwwdocs/ucs/fragments/header.phtml'; require '/usr/local/wwwdocs/ucs/fragments/header-bc.phtml'; ?>
To remove a directory use the command:
rmdir directory_name
The directory must be empty before you can delete it. You will need to remove any files and subdirectories that it contains.
A directory containing files can be removed using the rm command.
require '/usr/local/wwwdocs/ucs/fragments/footer.phtml'; ?>