deleted items folder
On Tue, 13 May 2008 11:39:59 +0100
norman <norman@littletank.org> wrote:
> I have 3 folders which will not delete from the deleted items folder.
> Could some kind person tell me why and how to remove them, please.
How are you trying to delete them? What error message is popping up?
At a guess, I'd say the problem is ownership - can you delete them as root?
If you're doing it from the commandline, either use
rm -r <directory to delete>
or, if they're empty
rmdir <directory to delete>
will work, too.
rm, by default, will not remove directories.
--
Avi Greenbury
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|