hi
I need help about cp (Coppy command). I made a subdirectory i.e mydir
I made a file in my current woring diretory & give it full permission i.e
$ ls -l /mysub
-rwx
At the prompt i write
$ cp file1 /mysub
cannot create regular file '/mysub'
ermission denied.
Plz guide me taht how can i copt the file in the subdirectory i.e mysub.
Thanks