stormy10[40] pwd /home/userid stormy10[41]Back to top
stormy10[42] cd ~ (or you could omit the ~) stormy10[43]To go back one directory:
stormy10[43] cd .. stormy10[44]To change to subdirectory foo (in the current directory):
stormy10[44] ls labs sec1 sec3 sec5 stormy10[45]Notes:
stormy10[47] mkdir junk stormy10[48]Back to top
stormy10[47] rmdir junk stormy10[48]Back to top
stormy10[47] rm junk.java stormy10[48]Back to top
stormy10[47] mv hello.jav Hello.java stormy10[48]Back to top
stormy10[45] man ls
ls(1) User Commands ls(1)
NAME
ls - list contents of directory
.
.
.
--More--(15%)
Note: Press the space bar to view the next page. Type q to quit the listing.
stormy10[47] vi ~ ~ ~ ~ ~ Note: You are now in vi