Directory Commands

At login, current directory is the home directory

Example:
	/home/acd/dcs/gaulS
	/csc/s95/mehl
Example:
	cd <cr>
	cd /usr/local/bin <cr>
  • pwd shows the present working directory
  • mkdir <name> makes a new directory called "name"
  • rmdir <name> removes an empty directory called "name" Return to Main Menu | File Organization Menu | DOWN




    Listing Directory Contents

    ls <dirname>
    lists the contents of the named directory. The listing can be further refined by specifying a specific file name.
    Example:
    	ls -Fla
    
    and many more!


    Return to Main Menu | File Organization Menu | UP