Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

stevep

macrumors 6502a
Original poster
I'm being completely useless here - I have recorded a DVD on a Samsung recorder. When I stick the disc into the MBP it appears on the desktop as a locked folder, with a little red 'no-entry' sign. I know it has the video_ts files inside - I can't change the permissions by rt-clicking...Get info... even after I put in the admin password, so I'm assuming I would have to do it in Terminal. But, I'm having real problems with the syntax and all the arguements.
The path to the folder is Macintosh HD, Users, srp, Desktop, DVD Recorder and I need to change the permissions so anyone can have read and write access to the folder and all the sub-folders and files that are inside.
Can some kind person please let me know what the correct syntax is to perform this so I can get to the video_ts files?
 
Yep done that. It's the copied folder that I'm trying to unlock - sorry I didn't make it clear.
 
Yes, that's what I am thinking I need to do, using Terminal, but I need to change the permissions, which is why I need some help with the syntax.
 
Something like this should work

'sudo chmod 777 ~/Movies/thefoldername'

But with the correct path to where you have the folder. The ~ means 'your home directory'.

It'll ask you for your password to confirm.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.