

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

![[ Up ]](icons/tube-up.gif)
![[Prev]](icons/tube-prev.gif) ![[Home]](icons/tube-home.gif) ![[Next]](icons/tube-next.gif)
![[Author]](icons/tube-author.gif) |
Unix ---> Directory creation and destruction (mkdir/rmdir) |
|
New directories are created with the mkdir (make directory)
command and removed with the rmdir (remove directory) command.
The syntax is
mkdir directory
and
rmdir directory
The pwd (print working directory) command displays the absolute
pathname of your working directory.
© 1993-1998 Christopher C. Taylor
|