permissions on Downloads directories

Joined
May 15, 2011
Messages
1
Reaction score
0
Points
1
Hello,

I have done a stupid mistake that has erased my Downloads folder. I'd like to restore them with the proper permissions and metadata. Can somebody tell me what they are by default for a regular user and in /Users/Shared?

You can simply post the output of those commands:

ls -l@d /Users/"$USER"/Downloads | sed "s/$USER/the-username/g"
mdls /Users/"$USER"/Downloads | sed "s/$USER/the-username/g"
ls -l@d /Users/Shared/Downloads
mdls /Users/Shared/Downloads

Cheers.
 

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