You need to copy the files from your location to the destination ~pdslab/2015/assign1/. Where you store your files is your headache. But the file naming convention and destination should be as we have mentioned. Submission of Part 1 We assume that you have created a directory 'pdslab' in your account, under it you have created a directory for Assignment 1 [Part 1] named 'linux-assign', and have created the Linux program file as 'linux-assign1-cs15XX.sh'. Assuming the above mentioned structure, copy the final program file to the destination folder '~pdslab/2015/assign1/' as follows: cp ~/pdslab/linux-assign/linux-assign1-cs15XX.sh ~pdslab/2015/assign1/ Submission of Part 2 We assume that you have created a directory 'pdslab' in your account, under it you have created a directory for Assignment 1 [Part 2] named 'assign1', and have created the C program files as 'cs15xx-assign1-prog1.c' and 'cs15xx-assign1-prog2.c'. Assuming the above mentioned structure, copy the final program files to the destination folder '~pdslab/2015/assign1/' as follows: cp ~/pdslab/assign1/cs15xx-assign1-prog1.c ~pdslab/2015/assign1/ cp ~/pdslab/assign1/cs15xx-assign1-prog2.c ~pdslab/2015/assign1/