Changing multiple Read Only folders to Read/Write

I have a rather large group of folders that are currently locked as Read Only which I need to change the names...I can do this on a one by one basis, but every single time I have to Get Info, Unlock, Enter Admin Password, Change Permission, Lock - then finally get to the task at hand.
This is very tedious - is there any way to do the whole group of folders at once?

Thank you, helpful but I get "You Have Mixed Access"....so I must still have to change them individually - or move all the locked/read only ones into a folder/directory of their own and try again...

Similar Messages

  • Is it possible to change the read/write permissions on a time machine back-up of iTunes? I need to restore it, but old version is locked....

    Is it possible to change the read/write permissions on a time machine back-up of iTunes? I'm needing to restore it as my phone deleted half our playlists during sync  & am not seeing a way to unlock the permissions. I have the current version unlocked, but can't seem to get the backed-up version. When I click on restore I get a pop-up that says iTunes can't be deleted as it is part of the OS. I'm not even trying to delete, just restore the old version. Any suggestions?

    Hmmm, ok I'll give it a shot. I've always had the iTunes sync w/ my phone set up to only load selected playlists to the phone b/c there's a lot more in iTunes than I have room or desire for on my phone. A few months back I started having trouble w/ trying to sync everything & subsequently adding more to the phone than it could hold. The quickest thing at the time was to unclick the sync music option in iTunes so I could still backup the phone to the computer & not have a problem.
    When I asked about it during one-to-one session shortly after, they advised me to delete the music off my phone & then re-sync it to the computer, run a backup of the phone & redownload the music to the phone. When I tried this it ended up deleting all my playlists (but not my husband's) from iTunes. Irritating, but I've been rebuilding the playlists since. I had also unclicked sync music again & an Apple person told me the most likely best fix was to delete & reload iTunes completely.
    A few days ago I realized I hadn't backed up the phone to the computer in over a month so after deleting & reinstalling iTunes, & w/o changing anything (sync music was STILL unchecked) I ran a backup & my phone went from having 4 GB free space to being 2 GB over capacity due to iTunes trying to download the entire music library to the phone. I made a one-to-one appt again & it was suggested AGAIN that I delete all the music off my phone & then resync it to the computer & redownload the music. We did this (though a few random songs that had previously been purchased somehow remained on the phone), I got home, connected the phone & instead of the music that shows  as 'on my device' disappearing from iTunes it just sat there, so, as the guy had told me I MIGHT have to do, I threw all those songs showing in iTunes as being on my phone, in the trash so that it was completely clear.
    At this point I checked sync music, made sure the options were 'selected playlists only', checked the ones from my own list that I wanted (I usually have one playlist of comedians from my husband's folder that I also have on the phone, but didn't check it at this point). It uploaded all my stuff just fine, but for whatever reason when it saw that I wasn't uploading that comedy playlist any longer, it not only didn't upload it but proceeded to delete my husband's entire folder of playlists from iTunes. -_- I got on the phone w/ an Apple support person right away but he wasn't able to tell me anything .. basically said we'll have to rebuild everything. I asked about the possibility of using time machine, he said he's not qualified to answer that, so that's when I started looking around online & found, among others, the link I referenced a couple replies ago.
    I hope this all makes sense. It's been a long-term issue so I'm trying to go from memory as I figured to begin w/ that I had just made a mistake somewhere, so didn't try to document anything. Now w/ it having happened a 2nd time, I'm not sure if it was 'user error' or something else.......

  • Shortcuts for change in read/write (control/indicator)

    Hello,
    I try to find a shortcut for change to read/write a local variable ?
    Thanks
    Sylvain Jourdan
    (Labview 2012 - English)

    Hi,
    Thanks for you quick answer, I'll suggest this idea in the LabVIEW-IdeaExchange.
    An other idea, do you know if we can add a property to the shorcut menu by modifying a configuration file... ?
    Thanks,
    Sylvain
    Attachments:
    option_menu.png ‏53 KB

  • Changes to Read/Write permissions not working

    I have had issues with authorizing and licensing third party music production plugin applications. I'm running Yosemite 10.10.2 on an iMac. When authorizing a specific program an error message reading - "Registration File Error (permission denied, error #8313)" I was told to change the disk permissions to Read and Write for everyone. I unlocked the window and changed the permissions accordingly. I ran the authorization again and the same error shows up, despite having been changed. Will the Disk Utility "Repair permissions" tab correct this problem? I have retried this operation more than several times and no dice. Very frustrating problem and is delaying several production projects.

    Hi Linc - I went to the preferences page for the Mac hard disc and changed the "everyone" tab to Read & Write in the Sharing and Permissions window. In each case where I changed the access, I unlocked and then locked the window once it was changed. Even restarted the computer. Each time that I did this and then tried authorize the software the same error message appeared. It just seems like the Read & Write function isn't taking effect. I've been working with the software company and they have  replicated the problem, but were able to change their preferences tab so that the authorization went through. Is there a way around this problem? I've been going back and forth with the software company trying to solve the problem for several weeks now.

  • FGV multiple read write reliability

    Hi All
    Wonder if I could have some help please!.  I am working on a large application and I want to seek some advice on this please where I am using FGV to share large amount of data between various Timed and while loops. Interestingly, whole application is working, but it does not seem to follow ‘science’ by which I mean when I am reading FGV, I do not expect to be writing FGV as FGVs are non-reentrant. However, application is working and I want to be sure that it is a reliable application and would not generate run-time errors in future due to FGV not being written when it is supposed to do!
    Your comments would be truly appreciated. Please advise:
    Within Timed loop using ‘Create 1kHZ.vi’, I am reading using FGV at 1tick. However, in various other timed and while loops, I am writing into these FGVs. The data I am writing is not time critical, so I don’t mind if it is read in Timed Loop non-deterministically as long as it is eventually read, it would be fine. I understand that FGV architecture is non-reentrant and ‘Write’Instance’ may not execute while ‘Read Instance’ is executing. Does that mean that execution in the write loop stops and wait to push value in between short time window of 1ms which is the time period of timed loop?
    Any advice on to improve this data communication. It is only application setting data such as buttons on/off statuses, references, scaling factors etc. It does not contain any IO data.
    Is it possible to run Timed Loop or any loop in windows environment faster that 1ms. The option to set Timed Loop at 1us is not selectable.
    Many Thanks in advance
    Best regards
    KWaris
     

    k-waris wrote:
    Hi All
    Wonder if I could have some help please!.  I am working on a large application and I want to seek some advice on this please where I am using FGV to share large amount of data between various Timed and while loops. Interestingly, whole application is working, but it does not seem to follow ‘science’ by which I mean when I am reading FGV, I do not expect to be writing FGV as FGVs are non-reentrant. However, application is working and I want to be sure that it is a reliable application and would not generate run-time errors in future due to FGV not being written when it is supposed to do!
    Your comments would be truly appreciated. Please advise:
    Within Timed loop using ‘Create 1kHZ.vi’, I am reading using FGV at 1tick. However, in various other timed and while loops, I am writing into these FGVs. The data I am writing is not time critical, so I don’t mind if it is read in Timed Loop non-deterministically as long as it is eventually read, it would be fine. I understand that FGV architecture is non-reentrant and ‘Write’Instance’ may not execute while ‘Read Instance’ is executing. Does that mean that execution in the write loop stops and wait to push value in between short time window of 1ms which is the time period of timed loop?
    Any advice on to improve this data communication. It is only application setting data such as buttons on/off statuses, references, scaling factors etc. It does not contain any IO data.
    Is it possible to run Timed Loop or any loop in windows environment faster that 1ms. The option to set Timed Loop at 1us is not selectable.
    Many Thanks in advance
    Best regards
    KWaris
    You have basically the right idea of the FGV - one one caller will execute the FGV VI at any one time and any others will block. However I suggest that the data "traffic" be one way - one writer and muiltiple readers; otherwise there are better and less fragile options available.
    Windows can't do any better than 1ms; in fact I would be suprised if you got this level of precision consistently at all. It's not a real-time OS so it can't be asked by LabVIEW to perform as one. If you really need a guarantee of faster precision then you need to move to real-time - that's why the 1us option isn't available.
    However it seems like you are only doing UI operations - I'm suprised that you need faster response than around 10-20ms or so for UI responsiveness.

  • Read/Write Permissions for FAT32 SD card.

    Hi all, after a lot of searching in similar threads I have found no answers to my question.
    I have a MobileLite usb drive that takes various sizes of SD cards. I have inserted into it a 256MB regular sized SD card (that which you would find in cameras). I plugged it in to add a file to a folder I had labeled "apps" and the file was clicked and dragged into the folder on the SD card no problem. I disconnected it (safely) and then reconnected it to add another file. Now it is saying that the SD card is read only.
    1) The switch on the SD card is NOT set to lock so I know thats not the problem.
    2) I backed up all the files onto my desktop, and then went into Disk Utility to see if I could reformat it, but it wont let me.
    3) Under "get info" there are no options to change the read/write permissions.
    It is to my understanding that FAT32 should be native for both PC and MAC so I dont know whats going on here. Further more, its troubling me that I was able to write onto the SD card, and after unplugging and plugging back in, I now only have read access.
    Any takes to this problem? Thanks!

    You see that's the thing, I'm not using it for a picture camera. The camera prob wouldnt read the card anyway. I'm using it as a storage device for my Nintendo Wii, I have files that I put on there to use as channels for my Wii Home Screen.

  • Changing multiple icons?

    Hi,
    Is there a way I can change multiple icons of folders, subfolders and their content?
    I have all my music on an ext. HD, with it organised into artists>album>songs and a similar setup on another HD for video files with organisation being TV show>season>episodes. I would like all audio files and folders to have the same icon and all video files and folders the same as well.
    Is there anyway I can do this without the labour intensive task of opening each folder, going ot the the "Get Inf" for each file or folder within it and pasting my preferred icon??
    Thanks
    E

    You can do it with just the OS.
    First, copy the icon you want to use to the Clipbioard (Command-C).
    Then open a folder containing files which you want to change. Slect all the ones you want to have the icon on the Clipboard; if it's all the ones in the folder, just press Command A.
    Then press Command-I (Get Info) without clicking on one of the selected files. A single Get Info window will open, showing the number of files selected as the 'name'.
    Click the icon at the top of that Get Info window, press Command-V (Paste), and in a few seconds all the selected files will display the same icon, the one you had copied to the Clipboard.
    Folder icons - I would do those individually, unless you have hundreds. You can, of course, experiment with the same technique with a bunch of those.

  • Cant change the read only status of certain folders on my FAT32 external HD

    Help someone please.
    I have this external hard drive that has all of my music files on it. I was using it with my pc before but am making the difficult transition into mac land now. well over the last few months really. its not proving to be as easy as the marketing would have you believe. So anyway, i removed all the music temporarily from the drive (put it onto the pc's hard drive and a couple dvds), so that my macbook pro could reformat the external drive to FAT32 (which I hear works for both pc and mac). Then I put the music back on the external. and brought into my mac itunes library. then i noticed i couldn't add artwork to SOME of the files. it said "album artwork not modifiable". The external drive's info screen says permission is read and write. SOME of the folders are read and write, but SOME are locked to read only. When I look at the info of the folders and click on the locked box it won't unlock. I've attached the drive to a pc as well and tried to change permissions there but the pc saw all the files as read only. i can drag the folders off the external onto my mac desktop and unlock them there, but i can't even replace the locked files on the external with new the unlocked ones, because of course they are locked and can't be overwritten or thrown away. I've run repair disk permission on my mac's hard drive, I can't run it on the external (disk utility won't give me that option for the external). I've read a ton of discussions and threads and nothing seems to work or to match my unique problem.
    Can someone please help me unlock my read only folders on my FAT32 external?

    You are not alone...
    http://discussions.apple.com/thread.jspa?threadID=1433620

  • ACLs to allow read/write to folders but prevent name changes folders

    Merger of two sites - need common file structure for storage - both differ at present
    I want to set up an initial number of departmental folders for clients to store files.
    Clients should not be able to rename any of these top level folders.
    They should not be able to add additional folders at the top level.
    But they should be able to write to the folders, and be allowed to create sub-folders within the toplevel folders.
    How do I set up ACLs to allow this...

    Create an ACL with a group containing all of your clients.
    At the top level of that folder, set the ACL and the Everyone group in POSIX permissions to Read Only.
    You can then change permissions on all the sub-folders as you wish. One easy example: let's say that this client has read/write access to all the subfolders, but you don't want them to have anything other than read access for the top folder. You can then set the ACL for the share point that the client group has read/write access, and propagate permissions for the ACL set.
    THEN, once you have done this, change the top folder to Read only. do NOT propagate permissions again. Then the top folder will have read-only access, clients can't change or create folders at this level, but have full access to all subfolders.

  • I have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only any idea how can i change it to read & write ?

    i have connect a seagate HDD formated on NTFS to my macbook pro with Mac OS 10.7 but my HDD is read only
    any idea how can i change it to read & write ?

    i tried the trial version of tuxera and it gives me the possibility to read & write , Thanx fschweig.
    @ Samberl : what is the benifts of keeping my drives on mac format and this SW mediafour i install on my PC to let it write the mac formated HDD ?
    is it free ?
    all the best
    Adiab

  • How to change read only folders into normal ones...i can't get any filed from my harddrive

    how to change read only folders into normal ones...i can't get any filed from my hard drive..it shows read only

    Which HDD are you referring to, an external one, or the internal SSD?
    If external, which format is it in?

  • Can I batch change user access to folders & file read-write permissions?

    I had a corrupted user account on my iMac and after weeks of trying repairs I followed a forum suggestion to delete my account.
    Before doing so I synced all my document folders and files (since 2004) over my LAN to an external hard drive that was attached to my MacMini. I then deleted the iMac account.
    Next I backed up my Mac Mini user account with Time Machine. I then created a new iMac User account on the iMac and let the iMac access Time Machine to bring over all my MacMini preferences, settings, desktop, etc. I now have a fully functioning iMac user account.
    Here is the problem. I attached the USB external drive directly to my iMAC. I can access some of the folders and files on the external hard drive. Most of them refuse to let me acces the folder or open a file. If I use the GET INFO command I see an "_unknown" user with "read and write". I see an "everyone" with "no access". I can individually change each folder and file to allow my user account access and give myself permission to read and write the files. I cannot delete delete the "_unknown" account.
    It will take me days to individually change each folder and file manually like I am now doing.
    Is there a way to use Automator to add my user account to the folder or file and give me read and write folder and file permissions?
    Or is there any other way to do this in a batch change?
    Is there something I need to do to the external files right now that will ensure that I can access them if either computer crashes and I need to replace the MAC? I would hate to have to go through this again. Would having a MAC server instead of an external drive solve this?
    I am using MAC OS 10.6.8 with the most recent updates installed (as of today).
    Thanks,
    Sandi Dickenson

    Select the icon of the external drive in the sidebar of a Finder window, and open the Info window. In the "Sharing & Permissions" section of the window, click the lock icon and authenticate. Make sure you have read & write access to the volume by changing the settings if necessary. Then, from the action menu (gear icon), select "Apply to enclosed items."
    The "_unknown" user and group are assigned automatically to files on a volume with the "Ignore permissions" option set.

  • My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help!

    My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help would be appreciated.

    This can be done easily with ethernet.
    Please follow the instructions strictly.
    To make it easier I want you to do this overnight so you can turn off all your current connection to the internet.
    Just go to the airport fan in to the top right and turn airport off.
    Get ethernet cable and connect the laptop to the TC lan port.. ie <-> ones.
    Press and hold the reset on the TC for about 10sec. until the front led flashes rapidly.
    Open the airport utility.. go to manual setup and change the wireless to off. (so other people around you cannot join your network of one).
    Ignore all the errors.. they won't stop the backup working.
    Go to the TM and reselect the backup target disk as the TC.
    It should start after 2min and run through to completion.
    That is it.. for a backup of many GB it might take a few hours.. so make sure the laptop has power plugged in and the sleep is off.. (on early ones I think this is needed but I am a late arrival to the scene).. sleep doesn't affect later OS.

  • Changing read/write permissions recursively on folders

    I moved a folder of images for a website that I was working on from my laptop to my desktop computer. It arrived there with the folder and all subfolders locked. The folders are three levels deep as it was organized as the pages on the site are organized. I tried unlocking and giving myself read/write permission on the root folder, but it doesn't unlock the subfolders. I have been having to unlock and change the permission on each one. Is there any way to do this to all the folders at once? Someone else needs to use the laptop so going back isn't an option at present.
    Mary

    Use Get Info and set the desired permissions, then select Apply to Enclosed Items from the tool drop down menu at the bottom of the Get Info window.
    If that doesn't work you can use the Terminal application in your Utilities folder. At the prompt enter:
    sudo chown -R username:username
    place a space at the end of the above line then drag the folder you want to change to the command line. Press RETURN. You will be asked to enter your admin password which will not be echoed.

  • Safety issue: Another user can access some read only folders of mine

    Hi,
    big, serious problem: I had created a simple account user for guest access on my 10.5.7 system. Now i logged into this account, opened the finder and browsed my supervisor's home directory. Some folders i had created in there were readable (including the websites folder). Okay, they were set to readable (read only, not read write) according to the Information Window (CMD-I).
    But when i browsed them i decided to delete a file. I selected the file, hit the delete button and wooosh away it was. What the f..? I wasn't even asked for my supervisor' s password. It just had deleted the file.
    Crosschecking by creating a new folder and moving it into the very same directory revealed i had write access. NOT GOOD! (scream!)
    Anyone had the same shocking experience of OS X being not safe?
    However, after i changed the permissions of the respective folders to "no permissions" and then changed them back to "read only", they at least were read only.
    But hey - how can I tell which folders of mine are really safe? I can't check up every folder if another user on my system has "by accident" write permissions to a folder which reads "read only" in the Information Window.
    Help!
    Fox

    Foxboy71 wrote:
    Hi,
    I've created the first folder as a "Data" Folder *inside my home directory* to archive Downloads of different kinds (Programs / Utils / all this stuff). i wanted to have these Downloads accessible for all Users so that they can get the Data out of this folder. So the path is /Users/(me)/Data.
    The other folder is my "Website" folder, standard OS X.
    The exact Information of the Info Window:
    (Me) read&write
    admin read&write
    everyone read only
    the User account in question is not an admin account.
    now I'm completely confused. are you saying that you can write to this folder from a different account which is not an admin account?? that should not be possible based on these permissions. please double-check and make sure that the other account is not listed as admin in system preferences->accounts.
    also, these permissions are wrong anyway. did you change them yourself? the default permissions on a newly created folder in your home directory should look quite different. log in as your main user and make a folder at the top level of your home directory. what are the permissions there?
    P.S. the unknown user you see is quite normal if you upgraded to leopard from Tiger.
    My account is an admin account.
    Thanks for the reply,
    Fox

Maybe you are looking for

  • Getting error while running statspack.snap

    Hi, I am getting the following error while running statspack.snap: ERROR at line 1: ORA-00001: unique constraint (PERFSTAT.STATS$SQL_SUMMARY_PK) violated ORA-06512: at "PERFSTAT.STATSPACK", line 1361 ORA-06512: at "PERFSTAT.STATSPACK", line 2471 ORA-

  • Inserting a new row in a child table referencing an already existing parent

    I have two tables PARENT & CHILD (one to many), both of which are populated at different times. In our toplink mappings, parent contains a collection of child Domain Objects, & and child Domain object contains a one - one to parent. How can I insert

  • Non iTunes downloaded songs not updating metadata in iTunes Match?

    When I download a song to my computer and upload it to iTunes Match and set all the info it is not being reflected on my IOS devices.  There are other songs with the same metadata but the new stuff won't fall in line. What am I found wrong? Please he

  • How can I debug CRM middleware function call in R/3?

    Hi there, I have extended the order line in CRM with a few fields that I need in R/3. I have also extended BAPE_VBAP, BAPE_VBAPX, VBAP_KOM and VBAP_KOMX in R/3 and I have implemented the CRM_DATAEXCHG_BADI BADI to manipulate the BAPIPAREX structure b

  • Error while installing

    I'm getting this error when I start my installation of Oracle 10g Express Edition Database The System DLL user32.dll was relocated in memory. The application will not run properly. The relocation occured because the DLL C:\WINDOWS\system32\SHELL32.dl