Question about user accounts

Setting up new mini with 10.6 installed. This is my second Mac, current system is eMac with 10.3. All files/media I want to save are backed up on ext. HD.
This time I want to set up an Administrator Acct. and another User Acct. (without Admin. access) for routine use. Did not know enough to do that the first time.
But, I want access to all the old files without ownership/privileges problems.
As I understand it, I can make the user acct. names the same as the names on my acct. on the old system and there should not be any problem? I have a reason for wanting to not do this, but certainly can and probably will, if that will work.
To help me understand all this, is the "short name" the real account name/identifier? In other words, can I make the user name anything I want as long as the "short name" is the same?

The info you have given has thrown me for a loop. As I stated in my reply to Scott I am really having trouble understanding this whole account/file ownership issue, although I thought I had it figured out and was seeking verification.
Regarding your info about copying files from an external drive, how/why does "ignore ownership on this drive" work?
"ignore ownership" makes all files on the external read+write by any user so there are no issues with permissions.
Did a lot of research on several Mac help sites before posting here. A common problem seems to be someone wanting/needing to change account name(s) on a system they will continue to use. Common advice given is:
Create new account.
Copy/transfer files to new account.
Remove/delete old account.
How/why does that work without file ownership/permissions being a problem?
most files have read permissions by everybody when created so copying them from one account to another is not a problem. please read up on the basic permissions structure
http://www.perlfect.com/articles/chmod.shtml
I understand that the real UID is a numeric code. How does the system arrive at that code?
the very first user account created on any mac has UID 501 by default. the next one 502 and so on.
It seems to me if I use the same, exact, account name(s), file ownership would not be an issue.
that's completely wrong. same account name doesn't help in any way at all. same user ID is what's checked.
for example when you create a file on an external drive and then move that drive to another computer if you access it from an account with the same user ID by a different user name it will show you as the owner.

Similar Messages

  • Question about user accounts in multi domain scom design

    hello,
    there is a root forest with 30 child domains. fully trusted. we want to have a MS in each of the child domains and RMS in the root. so each MS in child domains report to the RMS which holds the SQL as well. since we want to use a single account for all the
    SQL and SCOM related tasks I would like to know what is the best method to achive this process?
    I want to use a single (Domain User) account for all the SCOM and SQL related task in all of the child domains and management servers.
    the design is scom 2007 r2.
    any ideas?

    is that enough? I am worriyng about this account not to have enough access on SQL or SDK and ...
    dos this user needs to be local admin on all management server although the management servers are joined to another domains?
    can you please clarify this.
    thanks for your help.

  • Question about User Accounts and bugs

    Hello!
    I'm a developer and just started this iPhone app project so I'm not really experienced with all this cocoa/Mac/iPhone world yet.
    The thing is: I'm having this crash on the app running on the simulator, but this ONLY happens with my main user account. Doesn't happen on the device, on another account on the same computer or my coworkers computers.
    I haven't found what's causing this, so I'm thinking about deleting my account and recreating it.
    Is deleting an user account like formatting it?
    Is there anything that I could try before deleting it? Like restoring permissions or the OS with the dvd... These are things that I read about Mac Support.
    Any ideas?

    roam wrote:
    Is deleting an user account like formatting it?
    No, deleting it removes it. Like, put in the trash and then empty it.
    Importantly you should create a new user account with Admin privileges and from that new account delete the older one. Doing it this way still leaves you with Admin control of your computer.
    Before you delete an account... as to your particular problem, there are particular forums concerned with application development. Click on the link below for more specialized forums regarding iPhone app development and your coding error.
    http://discussions.apple.com/category.jspa?categoryID=164
    Yeah, I created another account with Admin privileges, I'm just reluctant to the idea of having to config everything again in the new account. I tried Stack Overflow and iPhoneDevSDK, will try the Apple's forum now.
    Thanks mate.

  • Question About User Accounts and Applications!

    I just want to know how the user accounts work. I want to free up extra space on my macbook pro and want to know if the application install twice once into my account and once in the guest account?
    Thanks
    Darien

    No, applications go in the Applications folder at the root of your drive, not in the user folder. User folders only store your data (documents, photos, music, settings files, etc).

  • Repaired MacBook Pro - Question about User Account being copied

    On Wednesday, my MBP was ready to be picked up at the Apple Store. They told me it was basically everything inside that caused my display to not function and it would have cost me over 1700 dollars without AppleCare, so that made me happy. They also said they heard weird noises coming from my hard drive so they gave me a new one as well. Some applications needed to be installed but I was told that all of my documents are on this machine. They copied over my User folder. I didn't really care that I lost my Windows partition but it would have been nice to know before they just deleted it..
    Anyway, I got home and turned on my machine. It said I only had about 20 gigs left of storage. Wait a minute... This had to be wrong because thats the space I had on my previous computer WITH the Windows partition. After a little researching, I saw that in my Users folder there was another folder called "DELETED USERS." When I opened it, I saw my documents and music files. I thought it was where they put my old data from my other drive but it wasn't. There was another folder in "Users" with my name and data. It seems like they copied it twice or something. I was just wondering if it's okay to delete this data.

    yes, it's quite ok to delete that folder. First make sure that everything was indeed copied to your main user folder and if it is, delete "Deleted Users".

  • Questions about user-defined functions

    Hello all,
    I've got some questions about user-defined function in a message mapping:
    1) How can I get the current date/time in format yyyy-mm-dd hh:mm:ss ? What is the java code for this?
    2) I want to use the StreamTransformation constant TIME_SENT, only this is not in the right time-zone.
    It is GMT and it should be CET (1 hour difference). How can I convert this in Java?
    Can somebody help me with this?
    Thanks in advance.
    Kind regards,
    Marco van Iersel

    Hi Marco,
    If the date format is fixed as you have mentioned,please use this:
                                    String test = "2009-03-27 23:15:30";
              String test1 = test.substring(11,13);
              if(!test1.equals("23"))
              int a = Integer.parseInt(test1);
              int b = a+1;
              System.out.println("b"+b);
              String c = Integer.toString(b);
                                    test = test.substring(0,10)+" " + c + test.substring(13,19);
                                    return test;
              if(test1.equals("23"))
              test = test.substring(0,10)+ " 00" + test.substring(13,19);
              return test;
                                    else return "";
    Kindly let me know if this works.
    Thanks.
    Regards.
    Shweta

  • A question about users assigned roles extraction

    Dear all,
    I have a question about users assigned roles list extraction. I need the list of the users who have already been created along with their assigned roles. According to what I found on Google, there is a table named AGR_USERS which provides the roles assigned to each user. Yet, this table provides only the SAP ID of each user along with the assigned roles. What I need more is to have also the first name and second name of each user.
    So, do you know any table providing at least the following information:
    1) First name of each user
    2) Second name of each user
    3) SAP ID of each user
    4) All assigned roles to each user.
    NOTE: I really need to have first name and second name in separate columns
    Thanks in advance,
    Dariyoosh

    >
    Shekar.J wrote:
    > Agr_users for the user ID and role assignments
    > USR02 to check the validity of the User ID
    > and USER_ADDR for the first name and last name
    >
    > You can create a Table join of the above 3 tables to retrieve the data you require
    Thanks to you and others for your attention to my problem
    I don't know anything about ABAP programming, is there any transaction allowing to create this join? As it seems to me the column "UNAME" in the table "AGR_USERS" and the column "BNAME" in the table "USER_ADDR", both refer to the SAP ID of the user. As a result the condition of the join would be "WHERE (UNAME = BNAME)", is there  any transaction/programme allowing to create this join?
    Thanks in advance,
    Dariyoosh

  • HT204088 i have questions about my account im being billed by I-Tunes since Januaray 2014 and i have cancelled all my appssince the begining of the year 2014 i have only one app open and i havent played it yet  i need the billing to stop and an adjustment

    I have a question about my bill, im being billed on a steady basis and im not using my aaps on my itune account
    on 2-10-14  $10.68
    0n 2-9-14  $10.68 & $5.34
    on 2-4-14 $10.54
    on 2-2-14 $14.18 & $12.80
    1-30-14 $10.54
    1-27-14 $5.19
    and so on    but im not using n
    my i-tunes or playing games

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    What do you mean 'cancelled all my apps' ?
    Have you got any auto-renewing subscriptions ? There are instructions on this page for managing and stopping them : http://support.apple.com/kb/HT4098
    Or does anybody else have access to your account and/or devices and may have made those purchases ? If nobody else has, and if they aren't auto-renewing subscriptions that you hadn't stopped, then you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/

  • I changed a password to an online account and I got a question about which account

    Hi There, someone seems to have gotten into my personal information somehow and I'm trying to figure out to what extent.
    I have changed passwords on everything from iTunes and email accounts and I was just going through online accounts. I was resetting my password on Acklands grander and I was posed with a question:
    "For Which Account"
    - [email protected]
    - Madness
    The myemail account is my account. What is this message about "Madness"?
    The browser I was using is Firefox and I certainly have never used that name in any way.
    Is this a hidden account on my computer, firefox, or the Acklands Granger Website?
    I could find no other evidence of this acccount anywhere I looked apart from that message.
    Help!
    Alex

    hello alex, this is certainly no hidden account by firefox but other than that i'm afraid we at the support for mozilla's firefox browser won't be able to help you any further with this question. please contact the webiste where you've tried to reset your password to inquire more about the account they have displayed during the procedure.
    <br>thank you for your understanding!

  • Migration Utility Question RE: User accounts

    Hi,
    I bought a new Macbook Pro and set it up with myself as the user. There wasn't much data on it, I just used it to surf the net. Now I would like to give it to my daughter to replace her three year old MBP. She will use the Migration Utility to transfer all her programs etc. I have tried to find the answer here but haven't been able to. My question is, will migration replace my user account with her's or will mine remain and her's be added as a new one? Probably best to start from scratch? Thanks

    Thanks for the help..Now the problem is finding the correct cable. The old machine has a different firewire port than the new one. It looks like she needs a 6pin to 9pin..no one in Dallas has it..! We tried ethernet but it is looking for a network.

  • Question about my account

    Question about item that has been paid with my credit card

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Basic File Sharing question between user accounts on my iMac

    I don't understand how to be able to share and download to one common folder among User Accounts on my iMac. I am trying to use a Clean Account as a test, and wanted to copy a file I downloaded from the web in one account into this clean account folder, and install the file.
    I went to Sharing and thought I turn File Sharing on. Logged into the Clean account and Apple+I the folder, changing access priviledges to the folder. Then copy the file into the Clean User Account.
    But it doesn't work that way. Can anyone help me understand sharing between accounts?

    File Sharing is for sharing files between two different machines, not between different accounts on the same machine. If you want to share files on one machine, you just need to put them in a folder everyone has access to, like the /Users/shared folder. Also, don't go fooling around with folder permissions... that's a good way to mess things up. If I had a nickel for every time someone messed up their system using the "Apply to enclosed items" option when changing permissions, I'd be a rich man!

  • A question about User Exits(EXIT_SAPLRRS0_001)

    Hi,
    i have a question about EXIT_SAPLRRS0_001.
    In this case i want to get a start date of the quarter(Z0DD1) during 2 variables (year 'ZAYEAR1' and quarter 'ZAQTR1'), which are given in a POP-UP Dialog. The following codes:
    CASE i_vnam.
        WHEN 'ZODD1'.
          IF i_step EQ '2'.
            CLEAR: l_s_range.
            READ TABLE I_T_VAR_RANGE INTO i_s_var_range WITH KEY vnam = 'ZAYEAR1'.
            IF sy-subrc EQ 0.
              l_var_year = i_s_var_range-low.
            ENDIF.
            READ TABLE I_T_VAR_RANGE INTO i_s_var_range WITH KEY vnam = 'ZAQTR1'.
            IF sy-subrc EQ 0.
              l_var_quarter = i_s_var_range-low.
            ENDIF.
    *==================start date of the quarter===============
            CALL FUNCTION 'Z_0000_QUARTER_S'
              EXPORTING
                VA_APPLE_QUARTER   = l_var_quarter
                VA_APPLE_YEAR      = l_var_year
              IMPORTING
                VA_APPLE_QUARTER_S = l_var_quarter_s.
            clear l_s_range.
            l_s_range-low = l_var_quarter_s.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
          ENDIF.
      ENDCASE.
    Please help me to check if this program is right?
    I have made a debugging, but i do not understand, why this program runs 3 time with I_STEP from 0 to 3. In fact I need only the data with I_STEP = 2.
    Addtionally i want to know if the tabel e_t_range will provide the returned value (ZODD1) ?
    THANKS A LOT.

    THanks your replies!
    I would like to know if the e_t_range provides the returned value (In this program i want to get the value of ZODD1)?
    IF yes, in I_STEP = 2 e_t_range save the right value for ZODD1. But this program run one time again--- I_STEP=3, at this time e_t_range hat not any value, that means if i will not get the value for ZODD1?
    THANKS.

  • Question about Users and/or ICE

    I am new to BC and already frustrated.
    I have a site created in DW. I want my client to be able to edit some of the general text and edit—add and subtract—the images inside a photo gallery (from a BC module). On of my team has added ICE code to certain items that we want them to be able to change but do not know if—or how—ICE can be applied to images in the photo gallery module.
    So I can use ICE for my client but, after watching and reading several tutorials about how great ICE is, I have not found the answer to the simple question: how does my client access this process? I have also tried to create a limited User for the client but even there I have no clear answer on how to limit the client's access, or for that matter target only the text and photo gallery.
    I am hoping that some kind soul out there will take pity and explain—step-by-step—the best way to accomplish what seemed when I started this process to be a pretty straight forward request. I have gone to several tutorial sites and even found what may be the only book written on BC and after the fact discovered that these materials are already obsolete. Please, help. The account people are breathing down my neck to get this done.
    Thank you in advance for your help.
    Kevin

    useradd --help
    -g, --gid GROUP name or ID of the primary group of the new account
    -N, --no-user-group do not create a group with the same name as the user
    You may set these options.
    useradd -m -g users -G audio,lp,optical,storage,video,wheel,power -N -s /bin/bash thomas

  • Odd question about calendar accounts

    I have a user who has several users that want to use a calendar account for scheduling. However, they do not want to use their own calendar accounts and then open the scheduling account - the claim is that there are too many clicks.
    So my main user asked the following question:
    Is there a way to designate two passwords for a calendar account, with each password allowing different privileges when signed in?
    I don't think this is possible, but I wanted to confirm this.
    Thank you!

    Michael,
    I think that it is not possible. In the OID a user has only one password field. There is no standard way to achieve what your uer wants. So it has to be programmed, but I don't know how
    Fred

Maybe you are looking for

  • Mac Book Charger - Cord strain relief begs for a fix

    After several years of good use, the original AC adapter/charger for my Mac Book developed a tear in the cord that runs from the white 'block' to the Mac. The tear in the outer cover of the cord formed adjacent to the hard plastic 'strain relief' tha

  • Unzip zipfile with nonenglish filenames

    hi, all i tried to use apache foundation alternative (supports encoding parameter to resolve filenames encoding) to standard unzipping classes located in JVM 1.4.x. classes are located in package org.apache.tools.zip.* in ant.jar everything works fin

  • Error in starting JXTA application

    i am experiencing a error whenever i run a application using JXTA and create a new peer. the error message i got is: <INFO 2006-05-16 10:46:35,375 NullConfigurator::<init>:146> JXTA_HOME = C:\Documents and Settings\Lab 131\Desktop\ToolsZip\JXTA_SE\jx

  • Help with html dataset filter please

    Hi, I'm using an html dataset as source of product display, showing products by age (age deduced from 'year' of production) on different pages but all using same html dataset Currently I use spry:if to find eg 2 year old products shown on the 2 year

  • Multiple entries per line on MTRs

    Hello, Can anyone tell me what the multiple line items are when running an MTR?  I previously though that the "extra" line entries were the various paths that an ICMP packet may take to the destination, but I have observed that the last hop will occa