Can't change "(unknown)" user - who owns the directory

I have a directory I created long ago probably in Panther, and with a different UserID. The directory is now Read Only for all except Owner.
Finder now shows the owner as "unknown" and won't allow me to change it, even though I am administrator.
In Terminal, the user shows as "501" - my userid is "frank" and the UID is "502". Even when I am logged in as Root, I can't use the chmod or chown commands. Any way to get around this?
ls -l
total 328
-rw-rw-r-- 1 frank admin 15364 Aug 16 21:44 .DS_Store
drwxrwxr-x 9 frank admin 306 Mar 8 00:52 .Spotlight-V100
drwxrwxr-x 5 frank admin 170 Apr 4 2006 .TemporaryItems
drwxrwxr-x 4 frank admin 136 Aug 16 21:56 .Trashes
-rw-rw-r-- 1 frank admin 29184 Dec 2 2006 Desktop DB
-rw-rw-r-- 1 frank admin 117714 Oct 18 2006 Desktop DF
drwxrwxr-x 2 frank admin 68 Nov 27 2005 Desktop Folder
drwxr-xr-x 14 501 admin 476 Aug 23 2005 My Software Testing
drwxrwxr-x 4 501 admin 136 Aug 9 2007 Network Trash Folder
drwxrwxr-x 2 501 admin 68 Nov 22 2005 TheFindByContentFolder
drwxrwxr-x 2 501 admin 68 Nov 22 2005 TheVolumeSettingsFolder
MyMacMini:/Volumes/Users root# chown frank "My Software Testing"
chown: My Software Testing: Operation not permitted
MyMacMini:/Volumes/Users root# chmod 777 "My Software Testing"
chmod: My Software Testing: Operation not permitted
Is there any way to create a new user with a uid of 501? I tried NetInfo and didn't see any way to do it.
Any help appreciated.

MyMacMini:/Volumes/Users root# chown frank "My Software Testing"
chown: My Software Testing: Operation not permitted
Are you in the correct directory here? Notice that you're in users.
I have a directory I created long ago probably in Panther, and with a different UserID. The directory is now Read Only for all except Owner.
Finder now shows the owner as "unknown" and won't allow me to change it, even though I am administrator.
How is the drive formated?
Do a get info on the drive. Look under ownership and permissions. Check the box that says ignore ownership on this volume. Does not apply to fat 32.
In Terminal, the user shows as "501" - my userid is "frank" and the UID is "502". Even when I am logged in as Root, I can't use the chmod or chown commands. Any way to get around this?
I read that you cannot do chmod or chown on a fat 32 file system.
Is there any way to create a new user with a uid of 501? I tried NetInfo and didn't see any way to do it.
You can use net info manager to change a UID. You have to click on is the lock to unlocked a record. I think you also have to change the directory so that you can log on to the id.
Robert
Message was edited by: rccharles

Similar Messages

  • How Can I change all User Passwords Within a Directory Instance

    Hi Experts,
    I've been asked to refresh an old directory instance with some production data.  Easy enough I thought, however, the user has requested that all user passwords within the old directory instance are preserved.  Is that at all possible?  My chain of thought was that I can extract user passwords from the old instance into a file: -
    # ldapsearch -D cn="Directory Manager" -w xxxxxxxx -b o=xxxxxxx objectclass=* userpassword > <name of file>
    And then then use ldapmodify (or alike) to re-import the user passwords once I've refresh the old instance with the production data.  However, to my knowledge, in order to modify a particular entry via a file, i'd need the following format: -
    dn: gci=-1,ou=people,o=xxxxxxxx
    changetype: modify
    replace: userpassword
    userpassword: xxxxxxxxxxxxxxxx
    The only information I have in the file I created using the ldapsearch command above is as follows: -
    dn: gci=-1,ou=people,o=xxxxxxxx
    userpassword: xxxxxxxxxxxxxxxx
    I don't want to have to edit the file and add the relevant missing entries accordingly as the generated file has somewhere in the region of 150 thousand entries.
    Am I approaching this the correct way?  Is there any other mean of achieving my requirement.
    Thanks in Advance.

    Hi,
    It does not seem a big deal to add the missing lines to your output file.
    For instance, the following awk command should do the trick
    cat search.out
    dn: gci=-1,ou=people,o=xxxxxxxx
    userpassword: xxxxxxxxxxxxxxxx
    cat search.out | awk '/userpassword/ {print "changetype: modify} ; print "replace: userpassword"; }  {print $0}
    dn: gci=-1,ou=people,o=xxxxxxxx
    changetype: modify
    replace: userpassword
    userpassword: xxxxxxxxxxxxxxxx
    Then you can use ldapmodify to apply your changes
    -Sylvain

  • Shouldnt the owner of the directory object be the user who created the directory?

    This is in continuation to my earlier query. I checked the all_directories table. Here it says that the owner of the directory is 'SYS' although I created the directory from 'SCOTT'.
    Is this the reason why the PL/SQL proc trying to load an image cannot access the directory?
    Any clues?

    See my reply to your other question.

  • EXPDP tablespace and IMPDP tablespace - who owns the tablespace data?

    Hi Gurus
    Sorry - new to this. Thank you for replies in advance.
    10.2.0.3 - Windows 2003. Done some googling but not got the answer.
    Have been asked by developer to export multiple tablespaces (on one server) into a new database (on another server) but import into just one tablespace.
    Unable to use transportable tablespaces because software owner says it doesn't work.
    However, developer says can use data-pump in 10g to do this.
    Have created the same repository on both databases under the system account and same path name on both servers.
    Have used expdp system/password tablespace=(tablespace_name1, tablespace_name2, etc) to create the dmp file and copied it over to the new database server.
    Now about to import it into the new database into just one tablespace.
    If I export all the multiple tablespaces and then import them into the one tablespace - under the system account - how does Oracle work out who owns the tables in the tablespace?
    The tables, themselves, are owned by multiple owners (not all these users are created in the new database as the developer's ultimate idea is that it is only one new schema is created for the multiple tablespace data).
    Before doing it I wonder - even though I've specified no schema etc - seems to me that system owns this data and all the data in the tablespace if I do import it successfully using remap tablespace=source: new tablespace.
    I saw the system tablespace increase (thought it would but not what is desired, I'm guessing as I can't identify it clearly when looking - so it maybe there unnecessarily forever.
    Seems to me I've put stuff into my system tablespace that will be there forever (unless I do something about it) on database1.
    But if I impdp to database2 to new tablespace - under the system owner - then it will still be in the system tablespace and still owned by the system schema.
    Is this correct thinking?
    Should I create the old owners of the schemas in order for the impdp to succeed?
    And if correct - is it possible to then allocate those tables in that tablespace to a new schema owner - and is there a way to do it at the time of import or do I have to then do some clever magical guru stuff to change it?
    Thanks Gurus.
    Please ask questions if I've not made myself clear.
    Thanks again.

    Thank you Guru for your reply.
    No, I am not trying to create the same database elsewhere.
    I am definitely not trying to not create a clone.
    I would like to understand that, as I have a dmp file created for multiple tablespaces via expdp - under the system user - as I now want to dmp that file under one user - and can do via impdp - who owns the data - and if I have transferred via system user - is it the system user who owns the data in the tablespace now - or can I transfer it to a new named user?
    Thanks Gurus.

  • How can I find out the list of users who has the access to IT 0008

    All,
    How can I find out the list of users who has the W R permission for IT 008
    for others?
    SUIM doe not look like giving me the correct results.
    Please advise.
    Thanks,
    From
    PT.

    combine tables AGR_1251 and table AGR_Users on keyfield AGR_USERS
    in tabel AGR_1251 select on Field LOW values IT0008.OR W OR R,
    noiw you get also other values
    So better solution run the query twice over AGR1251 first on IT0008 and secondly on values W OR R and then the result over table AGR_USERS
    Youu also might put an additional selection on object P* (only selecting HR objects)
    output wll be UID in table AGR_USERS

  • I purchased a MacBook Pro from the original owner. How can I change registered user?

    I purchased a MacBook Pro from the original owner.  How can I change registered user?

    kirkbaby wrote:
    I purchased a MacBook Pro from the original owner.
    Did that Owner do this before you took delivery...
    Apple What to do before selling or giving away your Mac
    http://support.apple.com/kb/HT5189?viewlocale=en_US&locale=en_US
    Also See Thomas Reed's How to Prepare your Mac for sale

  • Text in VA02 - how to find the user who added the text

    Hi
    The user is adding text in the sales order through VA02, sometime after creating the order. This is not making any changes to the existing data, but adding the text in Header Text.
    When trying to findout who made the addition of text (not changes) from VA03 - menu - environment - changes ---it is not showing any details regarding this. Please guide me how to find out the user who made the addition of text in sales order through VA02.
    Thanks,
    Ravi

    Hi Ravi,
              I think there is no option available to find the name of the person who added text to the sales order.
             If the person who creates sales order, should also maintains the text we can find the name who created sales order. I am sure that u might be knowing the way.
           Still for the benefit of friends who r not aware, in the sales order> GOTO>Header data--> Sales tab.
    Regards,
    Ravi Duggirala.

  • How to find the user who deleted the contents of DSO.

    Dear friends,
    Can u please tell me ,how to find the user who deleted the contents of the DSO.
    The user has deleted the complete contents of the DSO. We need to find the user ,date and time.
    regards,
    Vijai

    Hi,
    If the user has used the manage option to delete the contents of the DSO then the changed by field will be updated by the users name. In case a program is used for the deletion then it wont be the case.
    Regards
    Govind.

  • Send mail to the user who logged the issue

    Hi,
    As it is currently the mail goes to the key user, which is a business partner. That is an organization. However several users are maintained under a business partner.
    So now the mail goes to all these users at a status change. However can we only have the user who logged the issue getting the mail. Can you please advice me on how to get this?
    Thanks loads.
    Keshi

    Hi.. Thanks for all ur replies..
    Yes we hv assigned the key user as a business partner which is an organization,, This is also and requirement,
    But since the mail is activated as to the key user it goes to all the users in that group, under teh business partner.
    But when configuring this came across the Partner, in which we selected it as key user. But there were also other partners as Creator,Reported by etc..
    I tried using both these but again it didnt work. Can anyone suggest anything?
    Yes, when u assign the key user as a business partner and assign several users  to it you can send multiple mails to users
    Any help on this is very much appreciated,.,
    Thanks all for replying once again.
    Keshi

  • FM to find user who locked the object using enqueue...

    Hello,
    How can I find name of user who enqueued the lock object in ABAP ?
    Regards,
    Jainam.

    Hi Jainam,
    See the SAP documentation, e.g. [FAQ - Lock concepts|http://help.sap.com/saphelp_NW04/helpdata/en/cb/168237d30d974be10000009b38f8cf/content.htm]:
    How can I find out who is currently holding the ungranted lock? In other words, how can check the program after an ENQUEUE to determine which use is currently holding the lock so that I can let him or her know?                                 
    This graphic is explained in the accompanying text Answer
    When the ENQUEUE_... function module is returned, the name of the lock owner is listed in SY-MSGV1.
    If you don't want to attempt to lock an object and just check who might own a lock use function module ENQUEUE_READ. Lots of comments in the forum...
    Cheers, harald

  • Steps to deploy Lync for users who own Office 365 E1/E2 licenses, but don't have Office 365 E3, using Office Deployment tool.

    After many hours of debugging with Microsoft support the system to install the Lync Client silently can be done with a SINGLE LINE command.  The steps to take are below. It should be an easy next step to put this as GPO installation since
    it is a simple command.
    Comments appreciated. 
    side question: Why is there no Lync 2013 or Lync Office 365 forum?
    Basic steps to deploy Lync for users who own Office 365 E2 licenses, but don’t have Office 365 E3, using Office Deployment tool.
    This also applies for other Office 365 service types where the full office suite download is not included.  In April 2015 This was impossible to find online and not know by the Lync support team.
    Steps are:
    Download the Office deployment tool from
    http://www.microsoft.com/en-in/download/details.aspx?id=36778 and extract it to a folder. For this
    example we will use the \\server\sharename
    location.
    Extracting it creates a setup.exe file and it show a sample XML file.
    2. Create XML file and give it a name such as LyncEntryRetail.xml
    Note: The key is the productID that has to be the “LyncEntryRetail”. Other product IDs will download a version that needs another office 365 license. The productID “LyncRetail” needs an E3 license of Office 365.
    <Configuration>
      <Add SourcePath="\\server\sharename" OfficeClientEdition="32" >
        <Product ID="LyncEntryRetail">
          <Language ID="en-us" />
        </Product>
      </Add> 
    </Configuration>
    3. From the folder where you extracted the Office deployment tool, run the following command on the command prompt to download the source files and store them on the shared drive:
     (on single line)
    Setup.exe /download LyncEntryRetail.xml  
    (This is the name of the XML file created above)
    One can also run the same on a server share by using UNC path names such as  (on single line)
    \\servername\sharename\Setup.exe /download
    \\servername\sharename\LyncEntryRetail.xml  
    (This is the name of the XML file created above)
    4. Run the following command on the command prompt on a machine where you want to install the software: (on single line)
    \\servername\sharename\Setup.exe /configure
    \\servername\sharename\LyncEntryRetail.xml  
    (This is the name of the XML file created above)
    Once you are comfortable that it all works, you may want to edit the XML file if you want to have silent installation and add the following lines.
      <Display Level="None" AcceptEULA="TRUE" /> 
      <Property Name="AUTOACTIVATE" Value="1" /> 
    Regards
    Bart
    Bart Louwagie

    Hi Chudly,
    For the office365 issue, I also recommend you can post in dedicated forum for more efficient support:
    http://community.office365.com/en-us/f/166.aspx
    If you want to modify the powershell script, please post the current script and the issue, we will notice and continue to follow up.
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How can I change an user username

    Hi,
    Please anyone tell me how can I change an user username. I need to do that because I have a .dmp with the same username as the one I already have in my database and I need to use the both.
    Thank you

    You can just create your new user as required, then do an import with the parameters
    fromuser=olduser touser=newuser
    plus whatever other parameters you require.
    TTFN
    John

  • HT1349 how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    SfromW wrote: ... how can I change an email for authorization, the email address we used years back, is no longer a valid email address
    How to change account here: http://support.apple.com/kb/PH1641
    If you need more help, start here: http://www.apple.com/support/itunes/
    SfromW wrote: ... we can't remember the password from the old email address (for authorization)...
    Help Retrieving and changing passwords here: http://support.apple.com/kb/HT1911
    If you need more help, from iTunes for Windows, click  iTunes > iTunes Store > Support
    SfromW wrote: ... apple should make it easier to transfer authorization authority....I would think anyways.
    You might want to rethink your thoughts about making transferring authority easier.  Making it too easy would certainly degrade your account's security.  If you still believe it should be easier, you can send feedback directly to Apple via http://www.apple.com/feedback/itunesapp.html
    You will not get a response, but you can be certain that the responsible Apple people will see your input for consideration in FaceTime product development.
    As a new user, please understand that you are NOT directly addressing Apple here.  For more info about Apple discussions, start here: http://discussions.apple.com/static/apple/tutorial/etiquette.html 
    Message was edited by: EZ Jim
    Mac OSX 10.7.4

  • Can i change my old ipod to the new one with priceless

    I have an ipod, they said ipod touch 3 8gb, they said... Now i can't do anything with this because too many apps require IOS >4.2.1
    So i have a question: Can i change my old ipod to the new one with priceless.
    Thanks for reading
    p/s: im living in San Francisco now

    CookPu wrote:
    If you know, please answer my question
    TFR
    Wow! Give us a chance!
    I live in the UK (about five minutes drive from the Olympic cycle race route. Didn't you notice me waving to the cameras? ). Not far from you , but far enough away that I might be doing something else, even if the cycle race has finished. The same applies to everyone else too. I'm eight hours ahead of you, so if it's 9pm now, where you are, it's five in the morning where I am and most of us here will still be inspecting the inside of our eyelids!
    Now, about your problem.
    If your iPod is 8GB, then it is not a 3rd generation Touch - no matter who they are and no matter who said it was! If it has model number A1288 etched into the casing on the back, then that identifies the 2nd gen Touch. (Yes, there is a 4th gen Touch in 8Gb capacity, but still no 8GB 3rd gen - ever). The third generation is model No. A1318.
    Can i change my old ipod to the new one with priceless. I don't understand what that means, unless you mean "with the price difference". In which case, the answer is "no".
    Even more confusing is; Now i can't do anything with this because too many apps require IOS >4.2.1 because -
    a 2nd generation Touch (including the 8GB) can install iOS 4.2.1 But that's as high as it can go. So that's incorrect! 
    you can still use any App that doesn't require a higher iOS than you have. So still incorrect!
    you can still use it as a music player, so guess what, wrong again!
    ... to store your photos - you know what I'm going to say now, don't you?
    ... and play those videos!
    So wrong, wrong and wrong!
    Message was edited by: the fiend

  • How to track the user who deleted the info object.

    Dear Gurus,
    In our BI system one info object has got deleted.  If I need to track the user who has deleted that how can I track it(in which DBtable).  And the complication is one user ID is being used by many people, in this case how can I track that from which machine the Info Object has been deleted(if there is any possibility to track the machines by IP address).
    Kindly let me know if there is any procedure to find it out. Your help will be rewarded with a great honour.
    Regards
    Mohan Kumar

    Hi dear,
    you have to go in SLG1 transaction, and then select
    Object: RSD
    Subobject: IOBJ_DEL
    External ID: (put here the name of your deleted IO)
    Then choose a time range...and voilà, you can find the user who deleted the IO...
    Hope it helps!
    Bye,
    Roberto
    About the IP...look at USR41 table, but I think it's a bit difficult fo find data referred to the past...
    If you haven't activated logon auditing in SM19...

Maybe you are looking for

  • Sync issues on Capture of DVCPRO 50

    The tape was recorded is fine. It plays back with no inherent sync issues - both to an external monitor and through the FCP capture preview window. But when a captured clip is played back, the audio drifts more and more out of sync the longer the cli

  • G5 won't boot.  White LED lights when power button is pushed, click heard.

    Unlike some other non-booting G5 stories, mine never makes it past this stage. It's a dual 1.8ghz G5 powermac. The white LED above the power button turns on when the power button is pressed, a click is heard, but it does not go any further. The LED d

  • LiveCycle Designer 10 - PDF Vorschau deaktiviert

    Obwohl nur Acrobat XI 11.10 installiert ist kann beim LiveCycle Designer 10 einfach die PDF-Vorschau nicht aktiviert werden. Sowohl Acrobat als auch der LiveCycle Designer wurden komplett deinstalliert und neu installiert. In der Registry wurden alle

  • Load Combo Box from MS Access

    Me and a co-worker are trying to learn the Designer for a proof of concept (yes, that means newbies). We are currently struggling with loading a dropdown combo box from a table in an MS Access database. We have the connection set up and the field ass

  • Global variables in transformation routines

    Hi Where would I declare a global variable in my characteristic transformation routines? There's a spot that says: $$ begin of global - insert your declaration only below this line  - ... "insert your code here $$ end of global - insert your declarat