Copy files in home folder to another user?

Hi,
I recently underwent a name change.
So, I set up a new admin user account with my new name/new short name. How do I give my new self access to exactly the same desktop/stuff my old self had access to?
Thanks,
Shambhavi (formerly known as Lalita)

If you log in to your root account you should be able to transfer any files from the old account's folders into those of the new account. Just be very careful about what you do while logged in to the root user account.
If you have no idea what the "root user" is, read this:
http://docs.info.apple.com/article.html?artnum=106290
Hope this helps.
Darren

Similar Messages

  • Tried to Copy Files Into Home Folder

    I tried to drag all the folders into my Home Folder to clean things up. I copied my Pictures Folder, my Documents Folder, my Music Folder, my Movies Folder into the Home folder.
    Is there some place to read about what should be where and how to start to clean up my duplications and alias's
    I would like to thank you in advance for your help with this matter.

    I am sorry for the confusion...I don't know the correct terminology.
    I am calling the finder window the 'dock' and what is the dock I call the docking station.
    You are correct. I copied everything into the home folder trying to clean up the finder window
    So my trouble is with the Finder
    (this is what I see in the first column of the finder window after the list of hard drives on my system)
    Desktop
    Home Folder (whg2000)
    Documents (info says it is folder but wierd icon/logo - not a folder with a picture in it)
    Applications (with the A logo icon not the folder Icon) (inside this folder is all my apps but also an alias of the applications folder but when I highlight this alias I have a duplicate of all the contents of the applications folder)
    Library Folder (with the library logo icon on the folder)
    Pictures (just a folder no active logo or icon on folder)
    Music (just a folder no active logo or icon on folder)
    Sites (just a folder no active logo or icon on folder)
    Public (just a folder no active logo or icon on folder)
    Movies (just a folder no active logo or icon on folder)
    (and then if I click on the home folder this is what I have inside my home folder)
    Bill-Work-Folder (folder where I keep all my stuff)
    Burn Folder (with burn logo / icon)
    Desktop
    Documents ( folder with the active logo icon....the contents of this folder match the contents of the documents folder on the dock)
    home certify.txt (not a folder)
    Library Folder (with the library icon/logo)
    (and then this is what is in my Trash folder which is in the bottom of the dock, I had dragged stuff into the trash in attempt to clean it up)
    Sites Folder
    Public Folder (withthe logo/icon)
    Pictures Folder (just fodler no icon/logo)
    Movies Folder (with movies logo /icon)
    Music Folder (with music logo / icon)
    I hope this can still be fixed and cleaned up, thank you

  • I want to create a "batch file" that will copy files from one folder into another, overwriting what is currently in there.

    I've got a game that has a folder with Saved Games (Okay, it's Minecraft). I don't always have my external drives because I take my Mac Mini from my house to my friend's house and of course back after we finish playing.
    There are times where I want a back up so that if something happens we can restore it as easily as possible.
    What I've been doing is copying the particular saved game and pasting it to my desktop, replacing the new backup over the old backup. I'd like to be able to create a "batch file" so that I can just double-click on it and it will copy and paste overwriting the old version.
    Since this is being automated I've been thinking. It would be nice to have 10 backups which I would like to have numbered from 1 to 10 (and not 0 to 9).
    I'd like the batch file to delete backup 10 then rename backup 9 to 10 and 8 to 9 and so forth until backup 1 becomes backup 2 and then my live copy then gets copied to my desktop. I guess that one really doesn't need a number after it. It can have the exact same name.
    Don't worry about automating the restore. I just want the backup part of it automated. I'm not a UNIX guy but I've tried to figure it out and it is just not working. So ... if someone out there can reply with a solution for me that would be great.
    Extra credit for automatically compressing the backups with the built in compression utility so my backups use less space.
    Thanks in advance.

    I have another psd (adjustment_layer.psd) file that only has one layer, and it is an adjustment layer. . 
    That is possible. An adjustment layer must be over a layer. The layer that it is over can have its visibility off but there needs to at least two layers in your (adjustment_layer.psd) file.  For you can not have and adjustment layer without a layer to adjust.
    Are all your PSD file the same in size  x px by y px at z DPI?
    It would be easy to create an action just to add the adjustment layer you want if your (adjustment_layer.psd) file adjustment layer, layer mask is a reveal all or hide all mask. You can Batch the action or use the Image processor script and have it include your action that add the adjustment layer  you do not need to write a script.
    I would also record that action to add the adjustment layer clipped to the layer below. There is a bug in CS4 and CS5 Action Player. Actions that have recorded adding adjustment layers to be applied to all layers below may play incorrectly.  You will have to pay to get a fix  for this bug for Adobe is not going to apply a fix the the current releases of Photoshop. The bug is so far slated to be fixed in CS6 time will tell.

  • How to Copy an Image File from a Folder to another Folder

    i face the problem of copying an image file from a folder to another folder by coding. i not really know which method to use so i need some reference about it. hope to get reply soon, thx :)

    Try this code. Make an object of this class and call
    copyTo method.
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class FileUtil
    extends File {
    public FileUtil(String pathname) throws
    NullPointerException {
    super(pathname);
    public void copyTo(File dest) throws Exception {
    File parent = dest.getParentFile();
    parent.mkdirs();
    FileInputStream in = new FileInputStream(this); //
    Open the source file
    FileOutputStream out = new FileOutputStream(dest); //
    Open the destination file
    byte[] buffer = new byte[4096]; // Create an input
    buffer
    int bytes_read;
    while ( (bytes_read = in.read(buffer)) != -1) { //
    Keep reading until the end
    out.write(buffer, 0, bytes_read);
    in.close(); // Close the file
    out.close(); // Close the file
    This is poor object-oriented design. Use derivation only when you have to override methods -- this is just
    a static utility method hiding here.

  • Windows 2008 : How to Restrict Users to Copy file from Shared Folder

    Hello All,
    I need to Restrict Users to Copy file from Shared Folder. Please let me know is there any method to achieve this requirement.

    If user have Read permission, they can copy it. So actually you cannot restrict user from copy your files if they could read/edit.
    Some programs could help restrict users from edit/modify/copy the content of their files such as Office files, PDF files etc as Oscar said above.
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • How do I relocate part of my home folder onto another drive

    Hi all
    I am about to take delivery of my new Mac Pro, but with only 512MB of startup SSD I don't have room for my whole home folder. I have found plenty of info online about moving my whole home folder onto another drive, but as my external drive is only USB3 I don't want to do that. Instead I want to move my Movies and Pictures folders only and then tell my system to forget about the old location and treat the new location as though it is the home folder just for those two bits.
    Sure I can just copy them over and delete the old folder contents, but as soon as I want to do something like save a pic or movie the system defaults to the old empty location.
    It's not the end of the world, but if I can fix it, I'd like to. The plan is to sort this on my current Mac Mini before the new toy arrives, so I can easily set up the new one.
    All guidance gratefully received.
    Regards
    Tim

    Hello,
    You can use some basic unix wizardry to make this happen.  What you will be doing is creating a unix "soft link" from your home directory to the actual location of the directories, wherever they may be.  This link serves as a "behind-the-scenes redirect" to the actual location to which you link.  For example, with the soft link in place, if you
    Here's what you do:
    Use Finder to move your directories of choice from your home directory to the external HDD.  This will require your admin password.  Now you should see the folders on your external HDD, and NOT in your home folder.  For purposes of this procedure, I will assume your external HDD is named "Storage".  Wherever you see "Storage" in the following steps, replace it with the actual name of your external HDD.
    Open the Terminal app.
    From the command prompt, type the following commands (with a <return> after each) to create a soft link (in this example we are using the "Movies" folder.  The "Movies" folder must have been moved in Step 1 to the external HDD):
         cd
         ln -s /Volumes/Storage/Movies Movies
    Repeat the "ln -s" command for each folder that you have moved in Step 1.
    Here's what's happening in Step 3:
    The "cd" command just ensures that you are in your home directory.
    The "ln -s" command creates a link from the external HDD directory, to a directory in your present location (i.e., your home directory)
    There is one side affect that I don't know how to get around.  Once you do this, the icon that shows up for the "Movies" folder in your home directory will no longer be the fancy system icon for the Movies folder.  It will be a vanilla folder icon, with an curved arrow.  The curved arrow is a visual indication that the file/folder is link to somewhere else.
    Hope this helps.

  • This file is already open by another user or another application-

    I am using InDesign CS4 on Mac OS 10.6.4, and sporadically get an error message reading "This file is already open by another user or another application. This file may be stored on a network server and cannot be opened until the other user closes it." This happens when I try to open a saved .indd file. The files are all on my hard drive, I created them, and nobody else has access to them.
    So far I've lost a handful of files' worth of work, as I cannot open the file in InDesign as an original or a copy, nor can I copy the file in the Finder (I get "unknown error: -22"), nor can I copy or move it using Terminal, nor can I zip it up. Time Machine doesn't recognize the file, and Apple Support couldn't help.
    I tried calling Adobe Support, but after telling me it was $40 for the answer the phone tech sent me back to the website instead of letting me pay!
    How do I fix this? I am losing hours of client work every time this happens, and only if I have a pdf version of the file can I recreate the work.
    Many thanks in advance.

    The last time it happened I restarted, cleared both the PRAM and NVRAM, and ran both Disk Utility and Disk Warrior. Nothing fixed it. I changed the permissions a number of times and that did not fix it.
    It's important to note that it doesn't happen to every file I save from InDesign; if it did I would have re-installed CS3 and dealt with that, because this issue never happened before I upgraded. So there's also no way to know if a possible fix is working or not.
    Also, there were no placed images or other artwork in the file this happened to most recently.
    I've checked my FontCase prefs, and if it's not running it's disabled, so that's out. I have some fonts that had been converted from Windows PostScript to TrueType, so I've disabled those.
    As I mentioned in the original post, I am not on a network beyond my home network, which consists of two computers and two routers. The file is on my computer's hard drive, and I am the only person accessing it. While I do use Dropbox, this file is not in that directory.

  • Move files from one folder to another

    I am brand new to the application and have spent a ton of time googling various topics, but need some additional help. Seems easy enough, but I can't figure out how to do it...
    I would like to move pics from one folder to another. I can drag files from one folder to another, but they still reside in the original folder as well. Is there a way to cut and paste or a similar function to accomplish this move?
    Thanks.

    Hey, HawaiianHaole, as a multidecade Mac user, let me tell you, Aperture is about the worst example of Mac-iness one could imagine. Ironic, as it's (of course) made by Apple. But it is so inflexible, and insists so vociferously on making the user learn its peculiar interface conventions it reminds me most of something out of that famous company in Redmond.
    Want your Projects in an order you choose? Sorry! Want to arrange your windows so you can see your list of chat buddies while you're working in Aperture? Nope, can't do it! Aging eyes have trouble reading tiny grey type on a grey background? Hey buddy, it was your choice to grow old, don't blame us!
    But all is not lost. Aperture has gotten considerably better of late (versions up to 2.0 were fundamentally unusable in many ways) and will hopefully continue to improve. (ie Maybe they'll fix the printing thing...)
    Please don't make Aperture the basis for your judgement of the Mac OS. Many long time Mac users are having as much trouble with Aperture as you. Mac OSX has significantly reduced customizability but at the benefit of much improved stability and indeed usability. Old school Mac users had to learn to accept this, which most did. You'll hear people talk about the "Way of the Steve". As irksome as Aperture can be, you'll actually have a better time of it if you adopt the Way of the Steve, and accept that you can't do things the way you might want to. This is imho antithetical to the original Mac many of us knew and loved, but it's the way things are today, so we mostly shut up and take it. You can fight with your software all day, or just accept that there are ways you have to adopt and adapt to them.
    Welcome to the Bright Side, hope your Mac experience improves.

  • How to move files from one folder to another folder in webdynpro java for sap portal

    Dear Experts,
    I wan to move files from one folder to another folder in SAP portal 7.3 programmatically in webdynpro java.
    My requirement is in my portal 1000 transport packages is their. Now i want to move 1 to 200 TP's into Archive folder.
    Can you please help me how to do in through portal or wd java ...
    Regards
    Chakri

    Hello,
    Do you know what the difference between copying a file this way :
    ** Fast & simple file copy. */
    public static void copy(File source, File dest) throws IOException {
    FileChannel in = null, out = null;
    try {         
    in = new FileInputStream(source).getChannel();
    out = new FileOutputStream(dest).getChannel();
    long size = in.size();
    MappedByteBuffer buf = in.map(FileChannel.MapMode.READ_ONLY, 0, size);
    out.write(buf);
    } finally {
    if (in != null) in.close();
    if (out != null) out.close();
    ================SECOND WAY============
    AND THIS WAY:
    // Move file (src) to File/directory dest.
    public static synchronized void move(File src, File dest) throws FileNotFoundException, IOException {
    copy(src, dest);
    src.delete();
    // Copy file (src) to File/directory dest.
    public static synchronized void copy(File src, File dest) throws IOException {
    InputStream in = new FileInputStream(src);
    OutputStream out = new FileOutputStream(dest);
    // Transfer bytes from in to out
    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    in.close();
    out.close();
    And which is better? I read up on what each kind of does but still a bit unclear as to when it is good to use which.
    Thanks in advance,
    JavaGirl

  • Move files from one folder to another javascript?

    I am running a 3-action droplet automatically using windows task scheduler.  Here are the 3 steps:
    1.    Batch file to move files from hot folder to processing folder
    2.    Run IPP (dr brown's image processor pro) using preloaded settings to make several sizes copies of the files.
    3.    Bat file to move the files from processing folder to archive folder.
    The problem I am observing is that Step 1 works and IPP begins to run.  It only processes the first few images, and then moves on to the 3rd step where the bat file is ran to move all files from processing folder to archive folder.   The trouble is, only a few images were processes (about 10 or so), yet all of the images get moved to the archive without being processed.  Is there a way to make sure that step 2 (IPP) doesn’t begin until all files have successfully been moved from the hot folder to the processing folder?  IPP starts right away and files are still being transferred to the processing folder.
    Does anyone have a script that will move files from one folder to another? 

    I'm sure I have see a way to close down Photoshop in a Photoshop script.  I never had the need to.  It may be a simple statement like app.close(); I don't know javascript and only hack Photoshop script mostly by looking at others code.  app.close(); is a guess on my part. Let me try it. I was wrong its photoshop.quit();
    So make your MoveToArchive.jsx look something like this
    try{
       var BAT = new File(Folder.temp + "/MoveFilesToArchive.bat");
       BAT.open("w");
       BAT.writeln('Copy /Y "c:\\Process\\*.jpg" "c:\\Archive\\*.*"');
       BAT.writeln('Del "c:\Process\\*.jpg"');
       BAT.close();
       BAT.execute();   // execute the temp bat file
    }catch(e){
    alert("Bat MoveFilesToArchive  failed to execute.");
    photoshop.quit();

  • Copy file ( .fmb ) from folder to folder

    What is the command to use from Oracle Forms or from the database to copy a file from one folder to another?
    An example for link will be greatly appreciated

    Hi,
    Remember, the HOST call runs the OS command. So, you may need to use appropriate OS commands in the call. In windows, you may use "copy" but, if your App Server is of Unix flavor, you may want to use "cp".
    Also, if you are planning to do it in the client machine, you need to fist identify the client OS and execute the appropriate command depending on it.
    -Arun

  • Moving files from one folder to another caused freeze

    I now have a list of files stuck in the center of my screen.
    I'm sure a reboot will fix this (I hope!) but I thought it was a bug worth reporting.
    All I did was move a copy a collection of files from one folder to another folder.  It made the "move" sound, and the files have been copied, but something clearly went wrong

    Have java.io.File objects pointing to the three folders. Get the list of all the files in the folder. Start a loop and check if the filename ends with Data.dat. If it is so then copy file to the final folder.
    To Copy file you can use any of the two approaches.
    1. You can read that file as byte stream (java.io.FileInputStream) and write it to the other folder as bytes (java.io.FileOutputStream).
    2. You can use shell commands to do this. (java.lang.Runtime.exe() method)
    Ali Ahsan

  • In finder cannot easily change files from one folder to another. Drag and drop does not work. There should a cut and paste feachure.

    In finder I cannto easily change files from one folder to another.  There should de a cut and paste for this.  Not drag and drop. thanks P.

    paulfromqueretaro wrote:
    In finder I cannto easily change files from one folder to another.  There should de a cut and paste for this.  Not drag and drop. thanks P.
    OS X is all about keyboard shortcuts.
    To cut       cmd+x
    To copy     cmd+c
    To paste    cmd+v
    With the Mouse, hold command and drag to your destination.

  • HT3275 How do I find/restore files from items in secure home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?

    How do I find/restore files from items in secure (File Vault) home folder? How do I find/restore files that crashed when in finder of secure (File Vault) home folder?  When I go into Time Machine, I see earlier dates but can't see files in my User File. I have File Vault turned on and see my home folder as a sparsebundle.  Do I neede to restore this in order to see files in my home folder.  When I click on it to restore it gives me an estimated time of over 2 hours.  Also tried to restore an Excel file I was working on when computer hung, so lost it without saving or naming it.  Does it exist anyplace and can I restore it?

    Thanks. I had pretty much figured out from other posts that I had better turn off File Vault for my home folder and use a disk utility sparse bundel for little information I wanted to secure. The information about File Vault 2 in Lion was new and useful though.

Maybe you are looking for

  • Document literal client

    Hi All, I am trying to access a document literal client service exposed by tibco business works. I modified the sample/jax-rpc/advanced/DIIHelloClient.java to access the service. I am stuck up now in this problem regarding serializers. ( i donno why

  • CFGrid with Java 7u45 warnings about missing JAR manifest Permissions attribute

    Recent updates to CFGrid are now signed Java applets that no longer expire, however Oracle has updated the security model for Java again.  The recent Java 7 update 45 now displays this warning dialog, indicating that future Java 7 updates (Java 7u51

  • Error testing Business Rules tutorial (rules-104 Order Approval)

    Hi all, I followed step by step "rules-104" tutorial and when testing I get the following exception: Fact not found in the rule engine working memory, rule session execution failed. The rule session 4 failed because an instance of the fact order.Orde

  • I have Adobe X on a Windows 7 laptop by HP.  I was printing .pdf files for a while but now the scree

    I have Adobe X on a Windows 7 HP laptop.  I was printing .pdf files for a short while, but now the screen goes black and nothing happens.  I also have tried printing bank statements with the same black screen/no printing results.  Anyone have similar

  • T-Code.. MCTE Sales report

    Hello All, Can anyone give me the details about the MCTE report. There are three output fileds INCOMING ORDERS, Total Order Qty and SALES. How the incoming orders calculated and how the Total Order Qty coming, and how the Sales figures calculated in