[harazduk@storm ~]$ chsh Changing shell for harazduk. Password: New shell [/bin/bash]: /bin/bash Shell not changed.
~harazduk/bin/configOSNote that
~harazdukrefers to the home directory of user
harazduk. Here you are running a command that I wrote, which configure your account. Now, if the command has been run successfully, a directory called OSGradedLabs is created in your home directory. The instructor will return the graded projects to you by putting the modified (with comments added) source code into this directory. NOTE: the configure script adds my path to your PATH environment variable. The environment changes won't take affect until you either run another bash or logout and login again.
The following submission method only works from storm server. Write me (jharazduk@fordham.edu) if you encounter any problem, including in your email the error message you received.
To submit a file named “file.cpp” using command:
submitOS file.cpp
You can then run command
verifyOS file.cpp
To retrieve the file and verify that if the file has been submitted successfully.
In the following example, I have edited a file named “poem” with the following content:
Roses are red, Violets are blue, Sugar is sweet; And so are you.
I then submit the file and verify the submission:
[harazduk@storm ~]$ submitOS poem 08:18:07 2018-02-06,: Submitting poem to for course cs3595 08:18:07 2018-02-06, : Copied poem, changing permissions 08:18:07 2018-02-06, : Please run verifyOS to verify poem [harazduk@storm ~]$ verifyOS poem Roses are red, Violets are blue, Sugar is sweet; And so are you.