-
as seen on Super User
- Search for 'Super User'
Usually whenever I remove directories, "rm -rf " works. But sometimes I get this response:
"rm: examine files in directory / (yes/no)?"
Then I try "\rm -rf ", and that works. Can anyone explain why?
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I cannot delete .Trash-503 folder via GUI or terminal,
it returns a $RECYCLE.BIN.trashinfo: Input/output error
Even sudo rm -r or even an ls works in that directory.
Check terminal output below:
subroot@subroot:~$ cd /media/xxxxx/
subroot@subroot:/media/xxxxx$ rm .Trash-503/
rm: cannot remove…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My colleague and I have been struggling with deleting a directory and its contents.
We are working on a new version of our websites source code on Ubuntu 8.04 (dir: /var/www/websites), what we want to do is delete the websites directory and recreate it from a .tar backup we created a couple weeks…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi, can someone show me a quick example of mencoder on how to convert rm file to 3gp file
i just need a simple example that works, and i have no time to read the mplayer documentation.
thank you
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a cron job calling a bash script which runs fine, except for one line inside it that is suppose to remove all fines in a directory. The result of this line is always 'no such file or directory' even though I have verified (many times) that there are files in that directory. The line in question…
>>> More