Accessing Files on Qubit
There may be times during the semester when I want to share information
with the class, but not the world.
(The QDNP program from class on September 28 is an example.)
When this is the case, I will make the file available under my account
on Qubit. To access it, do the following:
- Log into Qubit.
-
- Get a list of my files with the command
ls -l /home/cscmcw/csc3610
Check to make sure that you have read access on the file.
- Copy the file from my directory to yours.
cp /home/cscmcw/csc3610/filename.m .
"filename.m" is the name of the file. The final period indicates that
the file should be copied to your current directory.
If there is ever a file that you want to see, let me know.