54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>rmdir - Remove directories</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>rmdir - Remove directories</h2>
|
|
|
|
<strong>Synopsis</strong>
|
|
|
|
<p><strong>rmdir</strong> <em>directory</em> ...</p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>The <strong>rmdir</strong> utility removes the directory entry
|
|
specified by each <em>directory</em> argument, provided it is
|
|
empty.</p>
|
|
|
|
<p>Arguments are processed in the order given. In order to remove
|
|
both a parent directory and a subdirectory of that parent, the
|
|
subdirectory must be specified first so the parent directory is
|
|
empty when <strong>rmdir</strong> tries to remove it.</p>
|
|
|
|
<p><strong>Exit Status</strong></p>
|
|
|
|
<ul>
|
|
<li>0 if each directory entry specified referred to an empty
|
|
directory and was removed successfully.</li>
|
|
|
|
<li>>0 An error occurred.</li>
|
|
</ul>
|
|
|
|
<p><strong>Related information</strong></p>
|
|
|
|
<ul>
|
|
<li><a href="mkdir.htm">mkdir - Make directories</a></li>
|
|
|
|
<li><a href="rm.htm">rm - Remove directory entries</a></li>
|
|
</ul>
|
|
|
|
<!-- end ibmbody========================================================= -->
|
|
</body>
|
|
</html>
|
|
|