i am tryign to copy a file from one directoy that i am to a directory that already exists but the terminal gives me an error saying that it cannot create the file and that it does not exist
cp networkset.dat /projects/segra/hallo/data/binet
no such file or directory? this directory exists but why cant i copy this file in a different directory to the one i need it in. I am using c-shell terminal. i know this is trivial but i have tried everything. Do i need to set the directory path permissions?