Thread
:
Help i can't delete a file from home/user
View Single Post
LinuxCub
2013-07-23 , 19:08
Posts: 23 | Thanked: 23 times | Joined on Jul 2012
#
7
What does the command
ls -lR filename
(where filename should be the file or directory you downloaded) show ?
I'm specifically saying "directory", because you said "inside" ...
Trying something like
chmod -R a+rwx filename
rm -rf filename
might work better, if there are read-only directories involved.
Last edited by LinuxCub; 2013-07-23 at
19:40
. Reason: Forgot the -R option to chmod (which was almost the whole point)
Quote & Reply
|
LinuxCub
View Public Profile
Send a private message to LinuxCub
Find all posts by LinuxCub