General FAQ
What labs are there?
How do I request access to a Lab?
How do I learn more about Unix systems?
How do I get help?
What labs are there?
There are two labs, one located at REH 105 and another located at WSB 20/22.
How do I request access to a Lab?
Students registered for Computer Science and Engineering courses will have logins created for them (if they don't already have one). Other students should send requests for logins to help@cs.newpaltz.edu.
How do I learn more about Unix systems?
Below are some useful links to get started.
http://www.unix-manuals.com
http://www.ee.surrey.ac.uk/Teaching/Unix
http://users.actcom.co.il/~choo/lupg/tutorials
How do I get help?
Manual pages provide comprehensive information about Unix systems.
For example,
man ls
gives description as well as possible options available in List command.
Info pages may also provide more detailed information.
For example,
pinfo ls
