|
|
Project Submission InstructionsDeliverables include:
I am going to start by giving submission instructions for the Windows side S share, and then we will translate for how that can happen on the Linux side. Windows InstructionsOn windows, if you are logged into novell, you should have access to a network share mapped as your S drive. Locate the following path: S:\Academic Projects\BRESSOUD\CS375-01\Assignment Inbox\ Each user has create access within this directory. Create a directory subordinate to this one, and named your email login. Within this directory, create a subdirectory named "project1". It is within this directory that you will put your deliverables for this project. I will expect a README file or some other top level document so that I can easily figure out your submission. Linux InstructionsTo submit from the Linux side, you first need to mount your novell network file system onto one of the Linux machines. First login to a Linux machine. Then, you first create a mount point on the local filesystem: $ mkdir /tmp/<yourname> Make sure the permissions only allow read/write/execute access for yourself. Next we invoke the Novell/IPX protocol to mount your network filesystem: $ ncpmount -S <Server> -U <User> /tmp/<yourname> where <Server> is the novell server. For me, this is REDGIANT, but I believe most students are on BIGRED. <User> is your novell identification. For me, this is Bressoud.Mathsci.Academic.Denison. I am not sure what it is for students. Note the last argument is the mount point and should be exactly the same as the directory created above. If successful, this should return requesting your novell password to complete the mount process. The directory for this class should be located at /tmp/<yourname>/Share/Academic\ Projects/BRESSOUD/CS375-01/ (Note the Academic Projects directory name has a space in it, as does the Assignment Inbox directory name referenced below. That is the reason for the "\ " escape above.) Follow the instructions in the Windows section above to create a subdirectory named your login id under "Assignment Inbox" and a directory under that for this project. |
|
|