|
#1
| |||
| |||
| Delete "Desktop (Mac OS 9)" When I used Apple Migration Assistant to transfer files from Ti Powerbook to new MBPro, I somehow retain the empty folder: "Desktop (Mac OS 9)" in the HD. It is not the original--it is an alias (arrow in lower left corner) I've tried everything to delete it--permissions, ownership, etc. I've searched visable & invisible for the original file, but it does not exist. Everytime I attempt to delete, the Mac requires a password--if that's a clue. This is irking me to no end! HELP!!!
__________________ MBP, 17", 2.6 Mhz Core 2 Duo, 4G RAM, 200G 7200 drive, Hi-Def. Glossy screen; iPhone |
|
#2
| |||
| |||
| Quote:
Lauch the Terminal. At the command prompt, type sudo rm Before hitting [return], drag the file alias to your Terminal window. Hit [return]. A dialog box will appear. Type your password. Your nasty file alias should now be gone. |
|
#3
| |||
| |||
| Nope! Followed directions explicitly. I got: "sudo: rm/Desktop (Mac OS 9)/: command not found" Any other possibilities?
__________________ MBP, 17", 2.6 Mhz Core 2 Duo, 4G RAM, 200G 7200 drive, Hi-Def. Glossy screen; iPhone |
|
#4
| |||
| |||
| Try rm without the sudo. |
|
#5
| |||
| |||
| Nada! Stephen-U-Gilberts-Computer:~ Steve$ rm/Desktop\ \(Mac\ OS\ 9\)/ -bash: rm/Desktop (Mac OS 9)/: No such file or directory Stephen-U-Gilberts-Computer:~ Steve$ I got better results with "sudo rm" More?
__________________ MBP, 17", 2.6 Mhz Core 2 Duo, 4G RAM, 200G 7200 drive, Hi-Def. Glossy screen; iPhone |
|
#6
| |||
| |||
| Bump! No other ideas? I want this alias gone!
__________________ MBP, 17", 2.6 Mhz Core 2 Duo, 4G RAM, 200G 7200 drive, Hi-Def. Glossy screen; iPhone |
|
#7
| ||||
| ||||
| You need a space after rm. rm is a command line program and /Desktop\ \(Mac\ OS\ 9\)/ is an argument that tells rm which file you want to delete. The command sudo rm /Desktop\ \(Mac\ OS\ 9\)/ will work
__________________ MacBook Pro 2.16GHz Core2Duo 3GB RAM, G4 1.4GHz OSX Tiger 1.25GB RAM, Dual 2GHz G5 OSX Tiger 2GB RAM (freakin shweet) Athlon 64 Windoze XP for school work (programming) 1GB RAM dferns@macosx.com |
|
#8
| |||
| |||
| Failure again! Stephen-U-Gilberts-Computer:~ Steve$ sudo rm /Desktop\ \(Mac\ OS\ 9\)/ Password: rm: /Desktop (Mac OS 9)/: is a directory
__________________ MBP, 17", 2.6 Mhz Core 2 Duo, 4G RAM, 200G 7200 drive, Hi-Def. Glossy screen; iPhone |