Alias to user folder inside user folder?

For some reason I've found I now have an alias (symbolic link?) to my user folder inside my user folder. This seems odd. It was created last November, and I have no idea how or why.
I'm wondering if it can have anything to do with the many anomalies I seem to be experiencing in Mavericks 10.9.5 on an Intel iMac, e.g.:
• The horror of thousands of "com.apple.IconServicesAgent failed to write" messages suddenly starting to show up in Console, with com.apple.IconServicesAgent consuming huge amounts of CPU time and memory, and Finder windows not listing their contents, with a gear in the corner spinning endlessly
• Extremely slow boot-up
• Extremely slow opening of apps such as Safari and Mail
• My main level "Library" and "mach_kernal" having become visible, when they originally were invisible
It seems that my entire system has gotten extremely sluggish, and I have tried everything I know, going through countless threads in this forum, trying "fixes" that don't seem to fix anything about it. I'm desperate, and now am wondering if this odd alias has anything to do with my woes. It's very troubling.
Thanks for any help anyone can give me

I do not think having an Alias to your home directory in your home directory will affect your performance issues.
I suggest you post the output from EtreCheck and let the forum analyze it.
<https://discussions.apple.com/docs/DOC-6174>
I suspect something more serious is going on.  Adware perhaps.
With respect to a back pointing Alias, since anyone can create an Alias (or a similar, BUT different, Unix symbolic link), the operating system is prepared to deal with loops, and tends to notice when a request to access a file has an infinite loop Alias or symlink in the path that prevents it from actually getting there.
You just double clicking on an Alias, that takes you back up the directory tree, is not an automated process, so you can most likely do that all day long, until you get tired of playing that game.
An applications program that decides to walk a directory tree by opening one directory at a time and not keep track of its history, nor notice that it opened an Alias or symlink is an application program that has a bug in it.  There are not many programs that actually do this, and the few that do, have already discovered they need to either NOT follow an Alias or symlink, or know enough to maintain state information that tells them when they have a loop.

Similar Messages

  • How can I insert a folder inside another folder

    is it possible to have sub folders
    I want to create 3 main folder
    MainFolder 1, mainfolder2, mainfolder3
    And I want to have 5 folders inside mainfolder 1
    so when the user click on mainfolder 1 , will see 5 folder in it , not next to it
    sincerely yours
    Riade Asleh

    So far I have not got any solution
    i want a folder inside another folder
    for example
    i have to main folders , folder 1 , folder2
    folder1.top =25
    folder1.left =10
    folder2.top =25
    folder2.left =115
    now, I wan a sub folders inside folder1
    subfolder1.top =50 not 25
    subfolder1.left =30
    I dont' want the subfolder1 to have the same top as folder1.top
    it's seems that all folders must have the same top value
    because when I changed the value of the subfolder1.top to 50, the value of folder1.top, and folder2.top  changed to 50, in which i don't want it to behave like that
    if you have a sample code,  please sent it to me
    sincerely yours
    Riade Asleh

  • Dropbox folder inside public folder not working

    Hello,
    In my previous office, we used the dropbox folders (located in the public folders, part of the Mac OS) to exchange files between several mac computers and I have not been able to do the same here at my home between 2 macs.
    Is there a step-by-step guide to assist in properly setting up the drop box in each computer?
    I have experimented with setting them up with no luck.
    Thank you in advance,
    grodr

    There is nothing to set up. Other users can see the folder (but not open it) at Users/yourname/Public/ - they can drop files into it but cannot open it. Only you can open it; and the same in reverse applies with other users' Drop Boxes.
    You may find the Shared folder (inside Users) more convenient as everyone can open it to drop files in or copy files out.
    All this applies over a network as well as between users on one computer.

  • How to create folder inside User Meetings using XML API

    Hello,
    I have appreciative if some one help me on below task
         I have created on application for user meeting.
         In that I want dynamic folder creation as per user need or how to list folder that related to login user or say user session.
    Waiting for reply,
    Thanks,
    Gaurang Jadav
    Project Leader
    iFlair Web Technologies Pvt. Ltd.
    www.iFlair.com 
    US: +1-312-235-2876 UK: +44-020-7193-4712

    Hello buddy,
    https://yourdomain.na4.acrobat.com/api/xml?action=sco-update&type=folder&name=gaurang&url-path=gaurangfolder &folder-id=827379162&depth=1
    you need to change yourdomain & 827379162(folder id).
    Hope this will help you in further process
    Good luck
    Regrd,
    Gaurang Jadav

  • [SOLVED] Mystic home folder inside home folder.

    Hello,
    for some time now I observe the repeated creation of a mystic home folder inside my home folder. E.g. if my user name is user, the folder /home/user/home/user/ is created (supposedly at booting time). I use arch linux with gdm and xmonad started from a .xsession file.
    Do you have any ideas or suggestions about logs that I could provide?
    Thanks,
    Fazky
    Last edited by fazky (2013-10-10 14:50:48)

    @SolarBoyMatt: Yes, it appears along with everything else and it is empty (sorry, I forgot to post this ...). I am not convinced that it is created at boot time, but if I delete it, it appears again after I reboot the laptop.
    @jasonwryan: No, it is not a symlink. The folder is empty. The only shell initialization file that I changed from the default ones is ~/.bashrc
    # ~/.bashrc
    PATH=$PATH:/home/dominik/bin/
    export PATH
    export ALTERNATE_EDITOR=emacs EDITOR=emacsclient VISUAL=emacsclient
    # for sudo bash completion
    complete -cf sudo
    # Bash completion
    if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
    fi
    # Test for an interactive shell. There is no need to set anything
    # past this point for scp and rcp, and it's important to refrain from
    # outputting anything in those cases.
    if [[ $- != *i* ]] ; then
    # Shell is non-interactive. Be done now!
    return
    fi
    # Bash won't get SIGWINCH if another process is in the foreground.
    # Enable checkwinsize so that bash will check the terminal size when
    # it regains control. #65623
    # http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11)
    shopt -s checkwinsize
    # Enable history appending instead of overwriting. #139609
    shopt -s histappend
    # Change the window title of X terminals
    case ${TERM} in
    xterm*|rxvt*|Eterm|aterm|kterm|gnome*|interix)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
    screen)
    PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
    esac
    use_color=false
    # Set colorful PS1 only on colorful terminals.
    # dircolors --print-database uses its own built-in database
    # instead of using /etc/DIR_COLORS. Try to use the external file
    # first to take advantage of user additions. Use internal bash
    # globbing instead of external grep binary.
    safe_term=${TERM//[^[:alnum:]]/?} # sanitize TERM
    match_lhs=""
    [[ -f ~/.dir_colors ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
    [[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(</etc/DIR_COLORS)"
    [[ -z ${match_lhs} ]] \
    && type -P dircolors >/dev/null \
    && match_lhs=$(dircolors --print-database)
    [[ $'\n'${match_lhs} == *$'\n'"TERM "${safe_term}* ]] && use_color=true
    if ${use_color} ; then
    # Enable colors for ls, etc. Prefer ~/.dir_colors #64489
    if type -P dircolors >/dev/null ; then
    if [[ -f ~/.dir_colors ]] ; then
    eval $(dircolors -b ~/.dir_colors)
    elif [[ -f /etc/DIR_COLORS ]] ; then
    eval $(dircolors -b /etc/DIR_COLORS)
    fi
    fi
    if [[ ${EUID} == 0 ]] ; then
    PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
    else
    PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
    fi
    alias ls='ls --color=auto'
    alias grep='grep --colour=auto'
    else
    if [[ ${EUID} == 0 ]] ; then
    # show root@ when we do not have colors
    PS1='\u@\h \W \$ '
    else
    PS1='\u@\h \w \$ '
    fi
    fi
    # Try to keep environment pollution down, EPA loves us.
    unset use_color safe_term match_lhs
    #add color to man pages
    export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
    export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
    export LESS_TERMCAP_me=$'\E[0m' # end mode
    export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
    export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box
    export LESS_TERMCAP_ue=$'\E[0m' # end underline
    export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
    There doesn't seem to be anything suspicious in here.
    @drcouzelis: No, the user-dirs file looks fine.
    @Trilby: This is my fstab file, there doesn't seem to be an error:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    # /dev/sda4
    UUID=6770128b-c26d-4474-b369-68b1802e1222 / ext4 rw,relatime 0 1
    # /dev/sda3
    UUID=aec81631-a927-40af-8a5d-85ca27e5dc35 /boot ext4 rw,relatime,stripe=4 0 2
    # /dev/sda2
    UUID=1D04-16EA /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda5
    UUID=743ec024-dfe0-4b1f-a10d-7ecaf026bc85 /var ext4 rw,relatime 0 2
    # /dev/sda6
    UUID=b28a3641-1ae4-4545-8919-aab6c6781057 /home ext4 rw,relatime 0 2
    Regarding the journalctl boot log: This is quite an extensive document but I can post it, if you want to. Maybe only some parts of it are interesting?
    Thanks for all your suggestions,
    Fazky

  • How to open a folder inside a folder, without closing the first?

    I can't find a way to open a sub-folder, inside a mainfolder, without closing the main folder.
    What's even worse, if you hold "option" or "command,"  (old OS9 muscle memory kicking in) it opens the new folder but wipes-out the ability to use the back button!  So then if you needed that main folder open, and it's deep inside some chain, you have to go searching for it again.
    So, is there any fix for this?
    <Edited by Host>

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash, if possible.
    Triple-click anywhere in the line below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Launch the 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 (command-V). The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "41." Please post it in a reply.

  • No Library folder inside Home folder

    Hello to all!
    i am trying to find an old iphone back up
    I have found that iphone back ups are located in side each users home folder under
    library/applicationsupport/mobilesync
    The weird thing is that i go to my home folder but there is no Library folder there!!
    what am i doing wrong?

    hi e-Novator,
    Welcome to the forums.
    Have you tried a direct link?
    go to the dock
    click on finder
    go to the menu bar
    click on the go menu
    chose "Go To Folder..."
    a small box will pop up called "Go To Folder..."
    in the box type "~/Library"
    click the "Go" button
    cheers,
    -tt

  • How to add a Folder inside a Folder ? (non)

    I have tried even going directly to the srf file to do the grouping manually.
    Bear in mind that I have performed this successfully on an existing SAP folder.  But if I tried doing it on a form i've created with the screen painter the results are simply that all folder items group at the same level.
    I've read all the links related to this and come across no real solution.  Is it posible at all?

    I can't tell you how to do it using screenpainter/xml, but how to do it in code... might get you in the right direction. I't all about setting the correct pane-levels.
    A good example in the Client GUI is the BP Accounting TAB with its general and tax tabs inside... Tabs/folders are just normal items in SAP and the pane-from and to on an item is used to tell the GUI what items are where.
    Sample1: CardCode hase panelevel 0-0 (0 being the special panelevel that are always shown)
    Sample2: Telephone 1 is in panelevel 1-1 since it is under the general tab
    Sample3: The Tax-tab under accounting is on pane 9-10 since it need to be shown when both the Account>General tab-data is visible (9) and it's own tax-data (10)
    This is the complete "pane-tree" on BP Master data
    0: Header
       1: General
       3: Contact persons
       7: Addresses
       6: Payment Terms
       8: Payment System
       9-10: Accounting
             9: General
             10: Tax
       4: Properties
       5: Remarks
    To sum it all up, you will need to set you to and from panes in the correct way to create the nesting of the tabs and on each item-pressed on these tabs you need to change the current panelevel

  • Is there any way to put a folder inside a folder or increase the number of apps a folder can contain?

    I've had my iPhone 4S for awhile now and the only thing that I don't like about it is the restrictions on folders. I would like to be able to put folders inside of folders and I would like to be able to put more than 12 apps in a folder. I have a thing for keeping my phone organized and these restrictions prevent me from doing so. In fact, this drives me crazy enough that my girlfriend's Android is looking more and more appealing. I've heard that it is possible to remove these restrictions via jailbreaking but I really don't want to mess around with any of that.
    So, are there any legitimate ways of achieving this? If not, is Apple planning on modifying folder functionality?
    I hate to say it, but if the answers to both of those questions are 'no', I may have to consider getting something other than an iPhone when my next upgrade is due.

    Android phones only allow 16 apps in a folder on phones and you still can't place folders inside folders. Not sure if 4 extra apps in a folder is worth switching.

  • Onedrive inside another folder inside another folder

    I just upgraded to office 365 business and came to start to use my new onedrive for business. Thinking it would put the link to the drive on my desktop or somewhere like that, I didn't notice that it put it about three layers down one of my document folders.
    I want to move it to the desktop. I tried and it said I couldn't move it but I would like to.
    Any ideas?
    TIA
    Duncan

    Hi duncanwil, at the risk of sounding obvious- did you try right clicking on the link and chose "create shortcut?"
    cameron rautmann

  • Recents.plist file in my User/Pictures/Photo Booth folder?

    When I use PhotoBooth, a preference file named Recents.plist forms inside my User/Pictures/Photo Booth folder along with the picture. Why is this happening and can it be stopped?

    Hello and thanks again BDAqua for writing. Yes, if I delete this Photo Booth Recent.plist file it will come back in the same place in my User/Photo Booth folder after I take another picture in Photo Booth. After deleting the one that was created earlier this morning, a Spotlight search shows no other file named Recents.plist anywhere on my HD. Spotlight also shows no entries named Photo Booth except the application itself and the one in my User/Pictures folder. I have no Photo Booth folder you describe to hold this preference file in my User/Application Support folder at all. The last four weekly clones I've taken also have no Photo Booth folder in that Application Support folder.

  • Giving each User their own document folder

    I have a requirement in a Sharepoint 2013 setup wherein I've to give access to external users to a document library. Each User will have a folder by their name, and would be allowed to ACCESS their folder ONLY. They are not even allowed to see each other folder
    names. They can anytime upload additional or delete the existing documents. External Users are setup using FBA.
    Inside the network, there is a Windows user who'll have access to all the folders and documents of that library. I don;t think standard document library can handle this since there is no "Deny View" Permission in Sharepoint.
    Sharepoint Folks - Please guide what will be the best way to handle this kind of requirement.

    you can do this by breaking the permissions of your document library.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0c6e0dd7-af51-4d99-960f-c510169da55b/folder-permission-in-sharepoint-foundation-2010?forum=sharepointadminprevious
    http://www.youtube.com/watch?v=lFG9Disd3SU
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    No, this does not help. I want to hide the folders and the documents which does not belong to other users.

  • System property that represents a user's My Documents folder

    Hi! What is the System property that points to a user's My Documents folder on Windows platform? Thanks!

    >
    Define "only".
    I would imagine that there is a highly finite number
    of file configurations on all Win OS 9x onwards and
    System.property("os.name"); would resolve this with
    only a few additional lines of code.
    Actually, that's not true either... In Win 2K and above, the My Documents folder can be located in an almost infinite number of places, that are then mapped to a virtual My Documents folder.
    This can include network locations (in the case where a user's Windows profile is stored on a central server instead of on each workstation), or with phyisical names other than "My Documents". For example, when using Win XP to connect to an Active Directory hosted on a Win 2003 server, the phyiscal location of the My Documents folder is actually named with the user's name - i.e. "John's Documents".
    Even better, the name that is selected is not always the Windows login name - but could also be the alias that the user has created for themselves.
    Anyway, here's the point: If you want your code to work on all Win platforms (today and in the future), you have to get the directory the way the Windows API says you have to get it: using the SHGetSpecialFolderLocation function. If you want to try to hack something together, then it might work in a lot of cases for a little while. But it is going to break at some point. Personally, if I know a piece of code I'm writing is going to cause my app to break in the future, I write it differently so that won't happen - but that's just me.
    There's probably a way to find this info in the registry as well, but there is no guarantee that the location this information is stored in the registry will remain the same - if it changes, then the SHGetSpecialFolderLocation implementation will change.
    - K

  • How can I move my iTunes media folder from users/shared back to one user account?

    I shared my music with multiple users on one macbook pro.
    Like on the Apple support discussions described I changed the iTunes media folder to users/shared. My question is how to reverse that action? Once I reset the media folder location it tells me /users/name/music/itunes/itunes media, that would be right but the files remain in users/shared?

    Tell us what the underlying objective is in all this.  You came here asking how to move a media folder but now we're getting into user libraries and moving things back and forth to their original locations. Why move it in the first place if you are just putting it back?  Maybe you don't need to move things.
    Read these to learn more about how iTunes works.  If you move the wrong things you can end up breaking links.  This goes double for moving things to other drives.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    It is almost certain that nothing you are doing will require removing the iTunes application itself.  Asking that tells me you are doing something relatively complicated with insufficient background  -- kind of like somebody asking me how to use a power saw.  I can tell them, but when it sounds like their project is painting a room one begins to wonder if they are going about things correctly.   That said, organizing/consolidating copies files.  Open iTunes, get info on a track, look at summary and see where the file is now located iTunes uses to play the track.  It should be in the moved location and it is okay to delete the others.

  • I have 100's of CDs that I have downloaded to my itunes library and they are in the library playable but they do not show up in the C drive under the iTunes Music folder under users.  Why are they in the libary and not in the itunes music folder. Win 7 OS

    I have 100's of CDs that I have downloaded to my itunes library and they are in the library playable but they do not show up in the C drive under the iTunes Music folder under users.  Why are they in the libary and not in the itunes music folder. Win 7 OS.  When I look in the library under the get info screen it says they are in the folder itunes music, under the c: drive but when I actually go to that folder to look for them they are not there....HELP!

    Hello RumDog,
    I think this article will help you find the media in your library.
    Where are my iTunes files located?
    http://support.apple.com/kb/ht1391
    Discovering and changing the iTunes Media folder location
    Note: You would usually only change the iTunes Media folder location to share music between accounts on the same computer. See this article for specific steps on how to accomplish this. Also, see this article if you want to know how to move your music to a new computer.
    Mac OS X: Click the iTunes menu and choose Preferences.
    Windows: Click the Edit menu and choose Preferences.
    Click the Advanced pane. iTunes displays the location of your iTunes Media folder.
    You can then:
    Note where your media folder is, such as for backing up your media.
    Use the Reset button to reset it's location to the default (which is the iTunes folder).
    Click the Change button to select a folder for a new location. Once you change this location:
    If you make a new or alternate iTunes library, the new location will be used by that library.
    Existing files will not be moved unless you choose File > Library > Organize library and choose the option to "Consolidate files."
    From: Where are my iTunes files located?
              http://support.apple.com/kb/ht1391
    Cheers,
    Sterling

Maybe you are looking for