On the order of permissions in "Get Info" window

I know that the three permissions listed are Owner, Group and Others. Is there any significance to the order in which they are listed? or only to the rights assigned each (Unknown is showing up on some of my files, I presume because of a recovery from a failed hard drive...) I can't add a replacement in the middle slot, it always goes to the top, which would effectively give me Group, Owner, others. I don't think it should be an issue, but... I don't know. Anyone?

That's the default order in any Unix flavor. If you open the terminal and do a:
*ls -l*
in any given folder, you will see something like this:
-rwxrw-r--
followed by other pieces of information (Owner, Group etc.)
Those are Read/Write/eXecute permissions on the files, for Owner, Group and Others (in that order).
So in this example the first dash tells me that this is a file (if it were a directory, you would see a d instead of it), the Owner has full rights, the Group cannot execute the file, while the Others can only read it.
In order to change the permissions on a file, you can use the chmod command, followed by permission code digits (777 would be full rights granted to ALL users, where 4=read, 2=write, 1=execute, and 764 would match our example) and the file name, like this:
*chmod 750 file_name*
and so the owner would have full access (7), the group read/execute (5) and the others none (0).
Another way to go would be to use letters, such as u(ser) - aka owner -, g(roup) and o(thers), and for permissions - r(ead), w(rite), x(ecute).
So if I want to change the permissions of the file in the first example and add full rights to the others, I could use:
*chmod o+wx file_name*
which would add write/execute rights, beside the already given read access.
For more information, you can do a
*man chmod*
in the terminal.
What we see in the GUI is based on shell commands and scripts anyway.

Similar Messages

  • How can I add to the options automatically appearing in Get Info window?

    Can anyone please tell me if there is a way to change the options in the Get Info window to show more of them? For example, as well as Album Name, Artist, Composer, Genre, date I'd like to have Grouping and Comment come up each time. At the moment, for each album I import I have to go to Edit>View Options and then add them. It is getting to be a drag. I tried ticking them in Library>Show Columns but that doesn't seem to bring them up in the Get Info window. And yes, I do regularly want to add the same comment to every track on the album!
    Powerbook G4 12   Mac OS X (10.4.6)  

    Mike,
    Thank you, your info has been very helpful and I think I have followed you (wouldn't it be nice if English were less vague?) - selecting multiple items had me a little stumped - do you mean that I go to, say, Library, and highlight an album and then CMD-I means I that exactly all the things I wanted come up? I did this a few times and it works fine. But I'm not sure if that is actually what you meant. Maybe there is another way of selecting multiple items that I haven't yet cottoned on to? You can tell I'm not very good at this, I really appreciate your help.

  • All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. Permissions are set to 'Custom' in the get info window and I can't change them.

    All my hard drives (internal and external) have a small lock in the lower left corner of the icon and I don't have permissions to access. I have 3 user accounts set up and I cannot access any of them.   Permissions are set to 'Custom' in the get info window and I can't change them. Originally I had Snow Leopard installed on one hard drive and 10.5.8 installed on another.   I started to have some problems accessing data between them and so I tried changing the permissions on ONE hard drive partition.   The next thing I know, all my drives are locked (except the ones with the systems on them), the small lock appeared in the lower left corner of the drive icons and I don't have permissions to access any of them.   In the get info window, permissions are set to 'Custom' and I can't change them.

    There is suddenly a lock icon on my external backup drive!
    Custom Permissions

  • I can not open documents I get a message that says To view or change permissions, select the item in the Finder and choose File Get Info.  help

    I have a mac with os X.  I have saved documents and photos on my computer and am now not able to open them.  I get a message that tells To view or change permissions, select the item in the Finder and choose File > Get Info.  I do that and it is not locked.  confused.  help

    In the Info window it's this:
    Do you have read and write privileges?

  • Can't write to Desktop ƒ; contradictory permissions info in the Get Info window

    I don't have write permission for my Desktop folder.
    In the folder's Get Info window, under Sharing & Permissions, it reports a contradiction:  it says "You can only read," and at the same time under Privilege it says I have "Read & Write" access. If try I use the popup menu to change "Read & Write" to something else, it goes right back to "Read & Write" upon releasing the menu.  At any rate, "You can only read" is the correct part of the contradictory info.
    My account is an Admin account.  I am typing the correct password to unlock the fields in the Get Info window.  I've tried repairing permissions in Disk Utility, and that didn't help.
    A user named bennarsson reported the exact same problem in this thread:  https://discussions.apple.com/thread/3039851?start=0&tstart=0
    baltwo responded that "If you've selected your Desktop folder, then something is extremely wrong if it says You can only read, while showing you under name with read and write privileges."  No kidding!  Other than that, bennarsson didn't get any solution to the problem. 
    Any ideas?  It's pretty frustrating not being able to modify anything in my Desktop folder!

    Try this. Launch the Terminal app in /Utilities, copy & paste this this command into TextEdit, substitute your actual username for the placeholder, copy and paste it into the window that pops up, and hit the return key. So if your username was mike, it would be sudo chown -R mike:admin ~/Desktop
    sudo chown -R username:admin ~/Desktop
    When the Password: prompt pops up, carefully type in your admin password, since nothing shows up on the screen, and hit the return key. That should do it.

  • Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on get info . What am I suppose to change in the setting on getinf

    Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on <get info>. What am I suppose to change in the setting on <get info>

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if it frightens you, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • The latest version of Pages does not allow a Pages document to become a 'stationery pad'!  Is there a way to do this this other than through the 'Get Info' window?

    The latest version of Mavericks does not allow a Pages document to become a 'stationery pad'!  Is there a way to do this this other than through the 'Get Info' window?  As Pages templates cannot be ordered in folders, my many templates are effectively unusable now and I need to find another way to order and access them.

    Are you aware of that you can still use Pages 09 on Mavericks? You don't have to go thru the grieves of using the crippled Pages 5. Pages 09 should bi in Applications/iWork 09 folder.

  • NFS Permissions Inconsistency (get info, Finder, and PathFinder)

    This is the dangdest thing, and I've never noticed it before trying to get CocoaTech's PathFinder to work...
    I've got some NFS exports on my MythTV box using squash_all and setting gid and uid to 105 -- which is mythtv.mythtv on the Linux box. Hence I can connect from my Macs and everything else just perfectly fine without having to screw with gids and uids on any of the machines. No muss, no fuss.
    Now when I try to use PathFinder, I get read-only access to everything on the mounted shares. Closer examination in Finder (which works rw!) is such that I can read and write and do everything like I've always been able to do, but when using Get-Info on anything in that nfs share, the Get-Info window indicates that I have "read only" access the file or directory or whatever I'm looking at! But that's not really the case, because Finder works perfectly for me!
    Any idea what's going on here, or how to make PathFinder work with squashed NFS exports?

    Hi Chilled_Penguin, and a warm welcome to the forums!
    How full is the HDD?
    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, Reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    At least if it doesn't fix it, it'll eliminate a few questions.

  • Can you see a image in the Get Info Window?

    After upgrading to Mt LIon and while using CS6, I can't see image previews in the Get Info window.  Can't see images in the upper left corner of the get info window, so I can't make a selection and then do a copy- paste like I could do before I upgraded to Mt Lion with CS6.  I want to be able to paste a image of the subjects in my folders..  IE folder of Panda Bears would have a image of a Panda showing on that folder.  Folder of The Great Wall would have a image of the Great Wall on the Folder of Great Wall pictures.  This has always worked for the past many years I have used a Mac and Photoshop.  I started with Photoshop 2.  All my photo folders are represented by images so I have a good idea of what is contained in each folder.  Now after 2 weeks in China, 20 folders are represented by 10-11-12, 10-12-12, 10-13-12, 10-14-12 and so on.  Shows me nothing but dates.  I have tried saving as Jpeg, Tiff, and PAD, and still can't  do a copy-paste in the Get Info window.   Apple says it is a Adobe problem, Yesterday Adobe told me it is because I am uusing a Nikon D800 and Adobe does not have a  patcdh for the NEW Nikon camera.  I then tried using my Nikon D2Xs, Nikon D3X, Nikon 800 and even my wife's D50 and none of these camera allow me to copy paste the thumbnail image to the clipoboard like I have been able to do for YEARS...   I can see images in a folder in Bridge, but the images dont show in my desktop folders.IE, a folder on my desktop with 200 pictures only show with words/ numbers/letters NO IMAGES appear in the folders on the desktop.  On some folders the folders in a folder don't show up as Folders either.
    Can Any one help me.  Same thing happens on my MACPRO w 16 GB Ram and on my 17" MacBook Pro.

    Allan Sicks wrote:
    Thanks for your input.  Problem might be with the EASTER BUNNY..... have to have someone to blame.
    I can't blame you for saying that.
    Adobe is the clear owner of the responsibility to make functional their product that they claim is compatible with your operating system.  Adobe is the one who sold you the product.
    I just went looking for what Adobe has said about Mountain Lion compatibility, and they both list Mountain Lion as compatible and include such language as that on this page (emphasis mine):
    Adobe and Apple have worked closely together to test Adobe® Creative Suite® 5, 5.5 and CS6 editions and individual products for reliability, performance and user experience when installed on Intel® based systems running Mac OS X Mountain Lion (v10.8). Earlier versions of Adobe Photoshop® (CS3 and CS4) software were also tested with Mountain Lion and there are currently no known issues.
    I suggest that Adobe needs to get on the ball and get this fixed.  The time for user patience is over.
    If someone from Adobe is saying "Adobe can't fix it" then that someone is at the wrong authority level and/or is thinking on the wrong level.
    This is business and the business is making products that have value and are sold to people who perceive that value.  Adobe doesn't get to keep selling products that don't work while standing on principles that "it's someone else's problem".   Customers don't care why it doesn't work. 
    It's obvious to a child that if Photoshop CS5 can write the proper things to the Apple OS so that the thumbnails are visible, that there's something Adobe could do to fix it.
    But EVEN IF this were something only Apple could fix, that Apple hasn't fixed it yet says pretty loudly that Adobe isn't making the right overtures to Apple for their mutual benefit.  Adobe, are your executives so greedy that they can't grease a few palms of their friends over at Apple to put some priority on this?  What's the problem here?  Has Adobe actually forgotten how to do business?
    -Noel
    P.S., You should know that I don't use a Mac and am personally having no issues with seeing proper thumbnails and previews on my Windows 7 and 8 systems, since the software that does that isn't from Adobe.

  • It is no longer possible to use ALT + N and ALT + P from the "get info" window.

    On a PC, previously, when in the "get info" windows, it was possible to use ALT + N and ALT + P to switch to the song information for the next and previous song.  Since the update to the newest iTunes, it's no longer possible.  Has anybody found a keyboard shortcut that works?  The "keyboard shortcut" thing in iTunes says you can still use ALT + N, but it doesn't seem to be working for me.  Is it working for anybody else?

    You're welcome.
    tt2

  • How do I make my iPhoto Library's version number appear in the Get Info window?

    I recently (within the past 2 weeks) purchased a new 27 inch iMac and have been importing data (applications and files) from my 2010 Macbook Pro via AirDrop.  One of the first files I migrated over was my iPhoto Library.  I doing so, I noticed a few differences between its file attributes and those of the iPhoto Library file created by default on my new computer - two of which I'll note here.  First, I noticed that the file resident on my new OS was labeled iPhoto Library.photolibrary while my older version did not have the ".photolibrary" extension.  That seemed simple enough to correct so I added that extension to my old library file.  The second difference I'd note - and the source of my question - is that the default iPhoto Library file displayed a version number (9.5.1) in its "Get Info" window, while mine did not.  I checked my file's info.plist file and the correct information seems to be listed.  It reads (in part):
    <dict>
                   <key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>
                   <key>CFBundleShortVersionString</key>
                   <string>9.5.1</string>
    </dict>
    </plist>
    I'm not sure this is really a question for the iPhoto community, as it seems like a more general issue; but, this is my first post to these forums, and I didn't know where to start.  Thanks in advance for the advise/suggestions.

    In terms of the info.plist file, I only reviewed it to see why I wasn't seeing the version number in the GetInfo window.
    The string "<key>CFBundleGetInfoString</key>
                   <string>iPhoto Libary 9.5.1</string>"
    is exactly what will be shown in the Get Info panel. I tested that by simply editing this string in a test library using XCode. I could "Get Info" to show ridiculous versions numbers this way.
    However, none of my older iPhoto libraries will show the version string in Get Info, only libraries I created with iPhoto 9.5.1. or Aperture 3.3 or later.
    There is probably one of the other database files in the folder "database" - *.appdb and *.db  interfering.  None of the Library First Aid options did make the version number show for my older iPhoto libraries - not even rebuilding the iPhoto library. The only way I could make the version number show in "Get Info" was by exporting the library as a new library using Aperture. But this exported library is now showing as Aperture library.

  • I need to run Illustrator in Rosetta Mode and the option isn't in Get Info

    Hello everyone,
    I need help. I need to run Illustrator in Rosetta Mode and the option isn't in Get Info.
    I'm using CS3 on a Mac Book Pro 2.16GHz with 2gigs of RAM. When I get info on the Illustrator App, there isn't a rosetta option.
    To be clear, I'm right-clicking on the icon in the dock, choosing 'show in finder', clicking on the Illustrator icon in there and there's no option.
    NOW, my copy of Photoshop HAS the option! It's in the general tab just over the Lock option.
    Any help would be greatly appreciated!!!
    Thanks!

    Trash your preferences for a starter.

  • How do I get Korean characters to show up in the "Get Info" window if they show up normal in iTunes normally?

    The Korean characters show up fine when viewing the song in the Music section. However, when I right click the song and go to "Get Info" to edit the song's info, the Korean characters show up as boxes. It does not do this for the Chinese and Japanese characters. I have already tried the: Control Panel>Fonts>Font settings>Uncheck "Hide fonts based on language settings">"Ok" method, but to no avail. I am using iTunes 11.0.4.4.
    Please help!

    If you don't see anything when you connect your ipod it's meybe something wrong with the USB cable, If you have another you can try that.
    try to shut down or restart your ipod and then connect it.

  • Can I change the position of the Get Info window?

    Can I change the position of the Get Info window?

    If you want to open the "Get Info" panel in the center of your screen, define the following Automator service and install it in the "Services" Folder of your User Library. This service will be available when you ctrl-click a file or folder in the pop-up menu and it will open the "Get Info" in the center of the screen.
    Open Automator and select New -> Service.
    Select: Service receives "files or Folders" in "Finder.app"
    Drag a "Run Apple script" action from the Actions pane -> Utilities onto the Workflow
    Paste the following script into the action, after (* Your script goes here *) and before "return input"
              tell application "Finder"
      activate
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
      open information window of item input
                        set {i1, i2, i3, i4} to (get bounds of information window 1)
                        set position of information window 1 to {d1 + (d3 - i3 + i1) / 2, d2 + (d4 - i4 + i2) / 2}
              end tell
    Save the service and name it e.g. "centeredGetInfo". It will be installed in your library -> Services.
    Now you can ctrl-click any File or Folder, and in the Services Section of the pop-up menu you will see your new service "centeredGetInfo", also in File ->Services in the Finder, when you select a Finder item.
    You can bind this service to a keyboard shortcut in the keyboard preferences and use it like the standard "Get Info"

  • How to display the Get info window for a file or folder

    Hello,
    How can I display the Get Info window for a file or folder using Applescript - instead of selecting it in the finder and using Command-I ?
    Thanks.
    lenpartico

    The item property that the Get Info was opened for is read only, so it doesn't look like you can just throw a file path at it. You could do something like telling the Finder to reveal the item, then keystroke the command, e.g.:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    tell application "Finder"
    reveal "Path:to:your:file"
    activate
    end tell
    tell application "System Events" to keystroke "i" using {command down}
    </pre>
    ... but this doesn't seem to be much different than the regular method. There are other methods to get various information, what are you wanting to do?
    Edit:
    Hmmm, I could have sworn (I do a lot of that these days) I tried Hiroto's method, but that does work. It still seems to be a roundabout way of doing something though.
    Message was edited by: red_menace

Maybe you are looking for