Hidden Files

Joined
Oct 27, 2008
Messages
2
Reaction score
0
Points
1
Hello everyone, new here in this forum and with my imac. I have a problem changing file permissions. I cant delete a folder that apparently is empty but if I list the contents with the terminal using ls -aF i get several directories and files with an * at the end. now i've tried chmod a+w and several variations to manually delete them with rm file, but i get an "Operation not permitted". Can anyone help me :( ?
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
the * shows that it's an executable with a -F

you could try a rm -rf <directory>

but the "Operation not permitted" tells me that you don't have privs. Might have to sudo.. now... why are you deleting them?
 
OP
L
Joined
Oct 27, 2008
Messages
2
Reaction score
0
Points
1
those files were a part of project with the extension .svn-base, but i don't need them anymore and i'm the only user, besides these files were created in a Windows environment...

got rid of those files...thx a lot

just a side question, why is it that when i type su and enter my password it turns out incorrect?

Password:
su: Sorry
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
You can't su as you, you have to sudo it.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top