Results 1 to 2 of 2
Following is the command that was used to copy file, list.txt from directory Documents to directory Downloads.
Code:
cp Documents/list.txt /Downloads
The error message is:
cp: cannot create regular file ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-10-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 6
Copying files from one dir to another
Following is the command that was used to copy file, list.txt from directory Documents to directory Downloads.
The error message is:Code:cp Documents/list.txt /Downloads
cp: cannot create regular file `/Downloads': Permission denied
May I know how to rectify this please?
Its okay, found out my mistake.Thank you.Last edited by CPE2012; 11-10-2012 at 12:23 PM. Reason: Solved
- 11-10-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
Glad you sorted it out. Locking thread as Solved.



