How to change Users name in Terminal Users.

Hi, I am trying to change my Users name from firstnamelastname to mac on my OSX10.7.5.
I went to Terminal > Users and tried to rename, however upon reboot, the Terminal > Users always brings back the folder firstnamelastname.
How can this be changed?
I did go to Mac > Apple > System Preferences... > System > Users & Groups > Current User. This shows the firstnamelastname has been changed to Mac.
However I need the Terminal files in /Users also changed from firstnamelastname to Mac.

Thanks for the reply.
I went to Mac > Apple > System Preferences... > System > Users & Groups > Login Options > Click the lock to make changes. > Password: > Unlock > Show fast user switching menu as > changed Full Name to Short Name > Click the lock to prevent further changes. > Apple > Restart...
The Mac still had firstnamelastname in Terminal > /Users rather than the name Mac.
I then went to Mac > Apple > System Preferences... > System > Users & Groups > Login Options > Click the lock to make changes. > Password: > Unlock > Show fast user switching menu as > changed Short Name to Full Name > Click the lock to prevent further changes. > Apple > Restart...
The Mac still had firstnamelastname in Terminal > /Users, rather than the name Mac?
I think the /Users folder with the folder firstnamelastname is some kind of permanent folder when I first set up the Mac, however I would still like to change the folder name, so maybe I need to set up the Mac like new or something...how to do that if there isn't a way of changing the folder name?

Similar Messages

  • How to change the name of local user

    Apologies for this newbie question.
    I have Mac OS X Server 10.5 running on an iMac. I have set up a local user account on the iMac for a user called "Anna". Anna has since left our organisation, so I would like to change the ownership and login of this local user account to another user, "David". Can anyone advise me how to do this?
    Many thanks,
    Greg

    Sorry, I'm a complete newbie.
    If I go to System Preferences > Accounts and create a new User Name and Password ("David") for the old user account ("Anna"), I can't log in to the account because the Server Account still says "This account is paired with account "Anna" on server "/LDAPv3/127.0.0.1". There is an option to "Unpair" but I'm scared to do this because I don't know the ramifications and I'm worried that I might be locked out of the user account and lose access to the data.
    I really appreciate your help.
    Thanks,
    Greg

  • How to change the name of the user of the iphone?

    I have bought a used iphone and want to change the name of the iphone from the old users name to my name. Where do I set this setting?

    Select it in the iTunes source list, click on its name, and type a new name.
    (47169)

  • How to change the name of public user "nobody" to "Guest"

    Hi all,
    This must be an easy task but I'm having a problem doing this.
    Can anyone help me with this. If its not possible then how about not showing it when on a public page?
    Thanks.
    Regards,
    Allen
    Message was edited by:
    A.Sandiego

    Allen,
    In the application's VPD security attribute, put:if v('APP_USER') = 'nobody' then
        apex_custom_auth.set_user('Guest');
    end if;If your VPD attribute is already in use, you can create a before-header application process and an identical after-submit, before computations and validations application process that run that same block.
    Both methods achieve the same end, that is, to run that block at the start of every page request during both show and accept.
    Scott

  • How to change the name of an existing user?

    i found this command on this other website but i have been hesitant to try it because im araid it might screw everything up
    usermod -l login-name old-name
    http://www.cyberciti.biz/faq/howto-chan … r-name-id/
    now my understanding is that i would also need to manually rename the home directory, but my question is what else will i need to do
    so far all i can think of that i might need to change is home directory and sudoers file
    i have searched abit on google for info about changing a users name but there seems to be a slight lack of documentation available on this subject
    before i dive into this and possibly screw something up, does anybody here have any experience with changing users names?
    if so what other problems might i run into?
    do i need to change my uid also or can i keep the existing one?

    problem # 1
    the user that i am changing is currently named arch and i want to name it to awesome (i am making seperate users for different WM's)
    so i loged in as tj because
    usermod will not allow you to change the name of a user who is logged
           in. You must make certain that the named user is not executing any
           processes when this command is being executed if the user's numerical
           user ID is being changed. You must change the owner of any crontab
           files manually. You must change the owner of any at jobs manually. You
           must make any changes involving NIS on the NIS server.
    i did
    su -
    (to become root)
    i ran the command and changed the users name
    usermod -l awesome arch
    i then became awesome to test that it worked
    su awesome
    it worked so i exited back to tj
    exit
    i became root again
    su -
    i renamed /home/arch to /home/awesome
    cd /home
    mv arch awesome
    it all seemed to work
    i became awesome again
    su awesome
    i noticed that i get 
    bash-3.2$
    instead of
    [awesome@myhost ~]$
    if i do cd ~ it says
    bash: cd: /home/arch: No such file or directory
    so basically my question now is..
    what file do i need to edit to change the location of the home directory that the user is using?

  • How to change the text of a user defined field in dynamic selections?

    Logical Database PSJ is used by t code CJI3 - we added a couple of user fields into the dynamic selections of CJI3.
    Now - how to change the text of this user filed (USR01 of structure PRSP_R in logical database PSJ)?
    Found an OSS note - 86980 - that tells that this is not possible.
    But when we read the documentation on the user field (CJI3 - dynamic selections  - double click on user field - F1), it shows the following text:
    User-defined field in which you can enter general information with a length of up to 20 characters.
    Dependencies
    The names (key words) for  user-defined fields depend on the field key.
    Now the question is where to change the field key..
    Thanks,
    Ven

    Madhu - you did not get the question I think.
    Anyways - I found an OSS note 1266643 - this code change should take care of the issue - it will then reflect the details maintained in custoizng at transaction code OPS1..
    Thanks,

  • How to change the "name of column" property of an text item in runtime?

    How to change the "name of column" property of an text item in runtime?
    I look the properties of items in help and found nothing about this!
    It's possible?

    Hi,
    an other solution is change the block property QUERY_DATA_SOURCE_TYPE from "Table" to "Sub-query" , than change at run time the property QUERY_DATA_SOURCE_NAME.
    First create block and add items
    The QUERY_DATA_SOURCE_NAME will be for ex. "Select 'A' as col1, 'B' AS col2, 'C' as col3 from dual"
    Set into items the column name property to col1 , col2 ...
    At run time change the query to "Select 'Z' as col1, 'X' as col2 , 'Y' as col3 from dual"
    in this way you can change the source of column value.
    Caution because if you change value type from varchar2 to date you must cast date into varchar2.
    May be that this way is valid only for view data not for insert-update, i don't remember.
    bye
    Message was edited by:
    Killernero

  • How to change host name for management agent.

    Hi,
    I 've installed management agent for oracle, it's a part of Oracle Management Framework, but I have to change host name.
    I know how to change port number, but I've no idea how to change host name.
    Have you got any idea?
    Thank you in advance.
    Matin

    Hi,
    you can change it in System Landscape directory.
    Go to the http:yourportal.com:50000/sld
    then click on the Landscape and update the new host name.
    Raghu

  • How to change the name of a BADI Implementation?

    Hello experts,
    Does anyone knows how to change the name of the BADI Implementation? I just create a new Implementation but we need to rename it.
    Thanks in advance,
    AK

    Hi,
    Please go to transaction SE19, enter your implementation name.
    Then go to menu: Implementation -> Rename -> ...
    Regards,
    Ferry Lianto

  • How to change you name in iCloud

    My dad regestard my iPad onto his name then I had to change my name on iCloud because when I send email on my iCloud email address it says Philip on it. I don't want people to laugh at me so I changed it my name now my dad got me an iPhone and he regestered it on his name and in my iCloud email it says Philip instead of sofia I want my iCloud email address to have my name on it not my dad's I can't remember how to change the name. Please tell me or I will never use my iCloud email address ever again.

    I have the same problem, and I trued doing what you did and change my name but it still doesn't say my name(I'm a girl and the name is a guy's)

  • Will someone please tell me how to change the name of a folder I created in Pages and saved to the cloud?

    Will someone please tell me how to change the name of a folder I created in "Pages" and saved to the "Cloud"? Thanks.

    Go to the open dialog in Pages and select iCloud.
    Click on the folder that you created on iCloud to open the folder.
    On the lower half of the window (the open folder) click on the name of the folder.
    Once you click and select the folder's name it should be editable.

  • How to change datasource name based on the partition in configplan

    Hi
    Can any one please give me some solutions regarding how to change datasource name based on the partition in
    configplan.
    can't we do this in configuration plan?

    If you want to change template based on parameter. you have to use below syntax
    v_layout boolean
    V_LAYOUT:= FND_SUBMIT.add_layout(template_appl_name => 'SQLAP' -- application short name
    ,template_code => 'HUBAPAPN' -- template name
    ,template_language => 'en'
    ,template_territory => '00'
    ,output_format => 'PDF');
    Above can be used in plsql stored procedure before submitting Concurrent Program (Bi Publisher report) or may be you can try to add this code in Oracle reports after report or before report trigger
    Thanks
    Kamalakar

  • How to change the name of column in ActionScript?

    I possibly know how to change the name of the column in DataGrid using mxml but dont know how  to change the name of column in  DataGrid using  ActionScript.
    var newDataGrid:DataGrid=new DataGrid();
         newDataGrid.dataProvider=arrayCollection():
    It takes the default names from arraycollection but I wanted to give any column names which I want through ActionScript.
    Please HELP!

    Give your datacolumn and id.  Then set the property for that column through the datacolumn id.
    DataGridColumn id="nameDC"
    Script:
    nameDC.headerText = "Name";

  • HT204053 Our Apple ID is ok and functioning.  However, I just came on as the IT for the group and cannot find how to change the name.

    Our Apple ID is ok and functioning.  However, I just came on as the IT for the group and cannot find how to change the name.

    Assuming you mean the personal name associated with the account, as opposed to the login (which you can change if it's not an @icloud.com. @me.com or @mac.com address) you can change this at http://appleid.appla.com . Click on 'Manage your account' and then on 'Edit' next to 'Your name' and the name currently associated with the ID.

  • Can anyone tell me how to change the names of the networks I have set up on Airport Express

    Can anyone tell me how to change the names of the networks I have set up on Airport Express please? I now work in a UN compound and my network is my own name, would prefer some anonymity so seeking to change the wifi network name that others might see.

    Hi mkl1961,
    Happy Holidays!  The article below will explain how to reset your Airport Express and change the network and base station names back to their defaults.  
    Resetting an AirPort base station FAQ - Apple Support
    http://support.apple.com/en-us/HT3728
    What default settings will my AirPort base station have after a hard or factory default reset?
    AirPort base stations are set to request an IP address by DHCP.
    AirPort base station passwords are "public."
    AirPort base station names revert to "base station xxxxxx," where xxxxxx is the last six digits of the wireless MAC address*.
    AirPort base station network names are "Apple Network xxxxxx," where xxxxxx is the last six digits of the wireless MAC address*.
    *A MAC (Media Access Control) address, also known as a "network ID," is a unique hardware identification number for a network port.  You can find the wireless and Ethernet network IDs on the printed label on the bottom or side of the device.
    Airport Express Setup Guide
    manuals.info.apple.com/MANUALS/1000/MA1613/en_US/airport_express_80211n_2nd_gen _setup_guide.pdf
    I hope this information helps ....
    - Judy

Maybe you are looking for

  • Help me... my macbook was frozen

    I was using iMovie and it got frozen. I tried to quit the program but I couldn´t so I have to turn it off the old-fashion way with power button. It was this error: Interval Since Last Panic Report: 545773 sec Panics Since Last Report: 1 Anonymous UUI

  • Dynamic schema name in query

    hi there, who knows how to cheat a little and add schema name dynamically in report query? curently trying PLSQL function body returning SQL ...from ' || '&P1_SCHEMA.' ||'.IM_INVOICES_V where... any bright thoughts? crazy Simon

  • Cannot find  oracle.portal.provider.v2 package ,

    We are looking for PDK 10.1.2.0.2. and are unable to find anywhere , any ideas ? where can i find it

  • I am getting a 1056 error in my custom class file and cannot figure out why... Help

    Here is the error I am getting: ReferenceError: Error #1056: Cannot create property button1 on com.sample.PWClass.PClass. Here is my code: package com.sample.PWClass {     import flash.display.MovieClip;      import flash.events.MouseEvent;      impo

  • Writing the hashtable content (both keys and values) into a text file

    Hello, I have a hashtable which have some keys and respective values in it. Now I want to write all thoses content into a text or log file. Can anyone please tell me how to write it. thanks, chaitanya