Gwailo
B.A. Economics (Hon)
Hey Matt,
I had the same problem when I messed up my installation of MySQL.
type the following in terminai:
cd /Users
ls {you should now see the folder "username Deleted"}
rm -r "username Deleted"
You need the quotations marks around he "username Deleted" because it's more than one word (argument) for the rm command. If you don't it'll just look for the folder called 'username' and won't find it.
Now it's gone. BTW now it's GONE, not in the trash...no way to undelete that I know of without special utilities.
HTH
I had the same problem when I messed up my installation of MySQL.
type the following in terminai:
cd /Users
ls {you should now see the folder "username Deleted"}
rm -r "username Deleted"
You need the quotations marks around he "username Deleted" because it's more than one word (argument) for the rm command. If you don't it'll just look for the folder called 'username' and won't find it.
Now it's gone. BTW now it's GONE, not in the trash...no way to undelete that I know of without special utilities.
HTH