CS155

PmWiki

edit SideBar

CS155: Introduction to Unix

This is the home page for CS155, Introduction to Unix, a class in the Computer Science Department at CSU. It’s part of the CS155/156/157 series.

Click on the sidebar, on the left, for other class pages.


Announcements

Error in textbook

The textbook is wrong—there is no -r option to rmdir. You probably want rm -r to remove a directory and everything in it.

Wrong: rmdir -r
Right: rm -r
Edit - History - Print - Recent Changes - Search
Page last modified on January 04, 2009, at 01:24 PM