-
file w/ umlaut = no such file or directoryi downloaded a file which included an umlaut in it's filename, and now, not only does that file not show up in the folder, no files show up in the fo…
... to inside the folder. Then "rm -rf *". the 'r' means ... -s") first (or do "sudo rm -rf *"). If it gives you shyt, do "sudo rm -rf */*". if it gives ... then go back to "sudo rm -rf *". also, to learn more about "rm" you can do "man rm". You can ... -
file w/ umlaut = no such file or directoryi downloaded a file which included an umlaut in it's filename, and now, not only does that file not show up in the folder, no files show up in the fo…
... doesn't exist anymore): sudo rm -rf direct/* Here it should ... doesn't work, try: sudo rm -rf direct/*.txt Changing ".txt ... -
Que Firewire Drive no work with XI am wondering y my Que won't work with X. A friend of mine said his works and its the exact same 8x24x32 Firewire external Que. <br /> <br /> Do I…
... : cd /System/Library/Extensions sudo rm -rf com_cy_driver_USB_Device.kext Reboot your ... -
Help - trash won't emptyI've sent an application folder to the trash and now one of the folders won't empty out of the trash. When I try to empty trash, its says that the fi…
... can. Now, if you type "rm -rf *" and hit enter, it ... can insted try this: "sudo rm -rf *" and enter. It will ... -
PHP - renaming files which have an "/" in the name? (Or: gad zooks! Who's the idiot?!Ok this is giving me complete fits (I also posted this on another forum, but need an answer fast - don't kill me if you see this question somewhere e…
... using shell commands thusly: [code] #rm "Stupid:User:File.jpg" Where ... -
Where'd this "desktop" folder come from?Today I noticed that my hard drive went from having 4 folders (Applications, Library, System, Users) to five (same & a "desktop" folder…
... top): cd / (hit enter) sudo rm "desktop folder" (hit enter) (you ... -
Where'd this "desktop" folder come from?Today I noticed that my hard drive went from having 4 folders (Applications, Library, System, Users) to five (same & a "desktop" folder…
... top): cd / (hit enter) sudo rm "desktop folder" (hit enter) (you ... -
Can't unlock folder in 10.2.1Odd problem. Can't unlock a folder in 10.2.1 to trash it, or move it. I have run the fix permissions utility. I used batChmod to change the permissio…
... case, you could use "sudo rm -Rf /path/to/folder/name ... -
Can't unlock folder in 10.2.1Odd problem. Can't unlock a folder in 10.2.1 to trash it, or move it. I have run the fix permissions utility. I used batChmod to change the permissio…
... valuable terminal lesson. The sudo rm -Rf did not work unfotunately ... . When I use the sudo rm -Rf /path/to/folder, it ... -
Can't unlock folder in 10.2.1Odd problem. Can't unlock a folder in 10.2.1 to trash it, or move it. I have run the fix permissions utility. I used batChmod to change the permissio…
... command we gave you above: rm -Rf "name of folder" You ... -
Emptying Trash Freezes 10.2.1I upgraded to Quicken 2003 and tried to trash my old version 2002. When I threw it in the trash and tried to empty, my G4 Quicksliver 800 MHz locked …
... terminal and used the command rm (space) and then dragged the ... -
Unix help!!!I'm asking some help to all of my Unix friends out there. I would like to make a script that would empty Explorer's cache and Delete cookies.... Any…
... (without the dashes): --------------------------- #!/bin/ksh rm -rf /Users/<my_user_name> ... ;wherever explorer stores cache>/* rm -rf <same as above ... -
Audio help requiredI just got Toast to go with my new iMac so as I can burn CD's. That's all fine. The manual for Toast raves on about how you can use Toast to digitise…
... it back out of the RM file. However, you can sneak ... -
Audio help requiredI just got Toast to go with my new iMac so as I can burn CD's. That's all fine. The manual for Toast raves on about how you can use Toast to digitise…
... my only hope of getting RM stuff out of the Mac ... -
Trash and Kernel PanicRight now I have a problem with my trash. I have 4 items in my trash, and when I try to empty it I get a kernel panic every time. Ever since the fi…
... log in as root and rm -rf the files. just do ... -
Trash and Kernel PanicRight now I have a problem with my trash. I have 4 items in my trash, and when I try to empty it I get a kernel panic every time. Ever since the fi…
... root folder and tried to rm them in the terminal, I ... to open the trash and rm them in the terminal like ... -
Trash and Kernel PanicRight now I have a problem with my trash. I have 4 items in my trash, and when I try to empty it I get a kernel panic every time. Ever since the fi…
Nope. But I did manage to rm every file away until I was left with one. I tried the last one and I got a panic. It's Snood, the OS X beta that came out a while ago. Damn that Snood. -
Trash and Kernel PanicRight now I have a problem with my trash. I have 4 items in my trash, and when I try to empty it I get a kernel panic every time. Ever since the fi…
... I decided to try to rm it once more through the ... didn't just rm it, I decided to rm -rf Snood because ... -
Default Web Browser problems. Wont select Chimera anymoreIn the Prefs I selected Navigator (chimera) but since I updated it, it doent launch it anymore. It defaulted to Internet Explorer. I kept reselecting…
... in the Terminal. Type: sudo rm /Library/Caches/com.apple.LaunchServices ... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
... -name nameofthefile -print0 | xargs -0 rm -rf copy and paste it ... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
... and Roll -print0 | xargs -0 rm -rf The it came up ... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
yeah, you forgot the path of the file ! [code] sudo find /users/flo/desktop/ -name "and Roll" -print0 | xargs -0 rm -rf and use quotes for files with a space between them. "file name" [ 11-04-2002: Message edited by: Defiant ] -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
... type in, in terminal: sudo rm -f (space) And drag the ... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
... doesn't work: davidlindsay% sudo rm -f/Users/davidlindsay/Desktop/\\ and\\ Roll Password: rm: illegal option -- / usage: rm [-f | -i] [-dPRrvW ... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
[code] sudo find /users/davidlindsay/desktop/ -name "and Roll" -print0 | xargs -0 rm -rf use THIS !! that before was VERY dangerous. it almost deleted your whole desktop... -
Force deleting a file.I have an IE file that I can't delete. Every time I try to delete it a message comes up saying that the document is being used in another task. <br /…
... doesn't work: davidlindsay% sudo rm -f/Users/davidlindsay/Desktop/\\ and\\ Roll Password: rm: illegal option -- / usage: rm [-f | -i] [-dPRrvW ... the -f should be: sudo rm -f /Users/davidlindsay/Desktop/\\ and ... -
Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…
try this: sudo rm /path/to/file if u ... the file path, do: sudo rm then drag the file from ... -
Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…
Try using sudo rm -f <path to file> forces remove of file, since you couldn't remove it regularly as root. -
Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…
if you log in as root and rm -rf the file it will die, but you have a good chance of screwing up your system. are you 100% sure you know what this is and that you're positive it isn't necessary? -
Why can't I delete this file!?!To start:<br /> I copied an OS 9 partition to my Firewire backup drive. I no longer need it, so I tried to delete it - no go. It always says that I d…
... log in as root and rm -rf the file it will ...