Symbolic link or symlink is a special type of file that contains a reference to another file or directory as an absolute or relative path. For most operations, symbolic links are transparent and the read or write operations on symbolic link files are redirected to actual files i.e the files that ...
0
votes
0answers
11 views
Force /dev/sd* assignments on boot
I've got a server with 7 hard drives in it. When I run the command "hddtemp" it takes a /dev/sd* path to tell you the temperature of a drive. I'd like to be able to set up my drives to be persistent ...
0
votes
0answers
25 views
Symbolic link for lampp isn't working 100%
Note: I'm a beginner in ubuntu
I've been trying for some time to set XAMPP up on my Ubuntu machine so I can develop my PHP projects. I found out that I can't directly modify the htdocs folder because ...
0
votes
0answers
36 views
msp430/bin/ld: cannot find -lc
I installed successfully msp430-gcc 4.7.0 compiler. The compiler at the
final stage of the linking process it shows me the following error for
Ubuntu 12.04.
msp430-gcc -mmcu=msp430f1611 ...
0
votes
0answers
12 views
How to change Taskbar from left corner to button? [duplicate]
I want to customize the ubuntu ls taskbar to the button location . How can i do it ? Please anybody answer it?
5
votes
1answer
261 views
How can I stop Nautilus from dereferencing symlinks?
I use symbolic links to tidy my home folder. This works well in the terminal, since the links create the illusion of normal folders:
In Nautilus, however, the links behave more like Windows ...
0
votes
1answer
66 views
ubuntu 13.04 cant read windows 8 partition anymore
I freshly installed ubuntu 13.04 on my Windows 8 PC. Dual booting it, I created a symbolic link while on ubuntu to my windows based Dropbox directory. The link worked fine while the computer was still ...
0
votes
0answers
17 views
failed to add phy80211
My old Dell D610 has crashed following recent up-date. The one message I have managed to find is 'failed to add phy80211 symlink to netdev! cfg80211 [36.818577]. scribbled notes so message may not be ...
4
votes
2answers
172 views
how to find real file from link
ls -l java
lrwxrwxrwx 1 root root 22 2019-02-17 11:37 java -> /etc/anotherLink/java
when I do ls -l it shows path to file, but that file can also be a link. is there any way to show path to real ...
0
votes
2answers
42 views
How to install gcc/g++ 4.4 and make links
Because I cannot compile some code by gcc/g++ 4.7, I want to install gcc/g++ 4.4.
I searched the Internet and found some different way. I don't know what is the best solution.
Is it possible to ...
0
votes
0answers
19 views
Access to other disk for a normal user and .bashrc for root
I'm working with sbt tool to build an Android app with Scala. It really doesn't matter what this tool does and how it does exactly. The problem is that Android SDK home directory located on the other ...
0
votes
0answers
42 views
Tar extract symbolic link before extracting the target
I use sshfs to mount folders inside my home directory and one of those is Steam.
Each time tar is used to extract in those folder, it will fail calling utime on all symlinks. I noticed that tar ...
0
votes
0answers
29 views
How to link to a read only file system
I mounted my DVD drive and now wanted to create a symlink within a samba share to direct to the DVD drive's mount point.
This failed because of the DVD drive being mounted as read-only.
Is there a way ...
1
vote
0answers
12 views
Wine shows its applications three times in the 'Open with' dialog
Today I noticed that wine is listing its applications many times when I go to the 'Open with other application...' dialog.
It is very strange.
Where are these symbolic links stored which are shown in ...
8
votes
6answers
5k views
What is the difference between a hard link and a symbolic link?
As the title says, I would like to know the difference between a hard link and a soft link created by the command ln. The command man ln does provide information, but does not sufficiently answer my ...
1
vote
0answers
60 views
Files (Nautilus?) shows the real location of Symbolic Links
I some of the "folders" in my home directory are symbolic links to a larger hard drive mounted on /mnt/data.
I would like it if when I click on (for example) Music in my home directory, Nautilus ...
1
vote
1answer
540 views
Why ubuntu does not have /usr/bin/bash
this is not a problem, just curious:
Why ubuntu does not have /usr/bin/bash ?
as link to /bin/bash or other direction.
1
vote
2answers
27 views
In: No such command - trying to create a symlink and 'in' does not work
I'm using a Ubuntu 12.10 server (an Amazon AWS EC2 Instance) and I need to create a symlink which needs the In command but this appears not to be installed. The message i get is In: No such command ...
2
votes
2answers
75 views
Mirror Files and Documents from Windows machine to Ubuntu in Virtualbox
Ok, so I have a machine with a dual boot installed (Windows 8 and Ubuntu 12.10). They are on separate hard drives. I already have Virtualbox set up to boot from the linux physical hard drive (Windows ...
3
votes
4answers
76 views
Are symlinks internally bidirectional or are they only pointing somewhere?
How are symlinks implemented? Are references stored on both sides or only in the location where the symlink is pointing from?
Story: I have a weird "bug" in the folder view of Sublime. A folder that ...
9
votes
1answer
292 views
Wine won't follow Symbolic links
I can't get Wine to follow some symbolic links I have in my home folder or in applications. Is there a way to enable this? This is on Wine-1.5.18.
Edit: Just in case it helps, I'm trying to use a ...
2
votes
2answers
8k views
How to break or delete the symbolic link?
sudo ln -fs /usr/share/icons/Cyclone/cursor.theme etc/alternatives/x-cursor-theme
I want to delete this link(as it seem that it make some problems).is this done by deleting cursor.theme file or ...
0
votes
1answer
42 views
Can I set up a symbolic link-esque alias from (e.g.) “mybinary dothing” to “dothing”?
I have a script that takes some gene data and runs it through dozens of programs to try to tease out as much information as possible and make me some pretty reports. However, while it seems to work ...
0
votes
0answers
217 views
Configure Apache to access a symbolic link to samba mounted folder (Symbolic link not allowed or link target not accessible)
I had Arch Linux installed and was able to get this correctly working, but I decided to switch over to Ubuntu Server.
I just installed the latest (12.10) version of Ubuntu Server along with LAMP and ...
2
votes
2answers
170 views
How can I synchronize Windows links (.lnk) to 12.10 using Ubuntu One?
My problem
UbuntuOne does not synchronize Windows link files (.lnk). Now, I do not expect UbuntuOne to synchronize the actual links by changing an .lnk file to a linux symlink, nor do I do expect ...
14
votes
2answers
263 views
Is there a difference between a symbolic link via terminal or right-click make link?
Title says all. I'm wondering if there is a difference between going to a terminal and typing "ln -s path 'path" or just right clicking on something and selecting make link.
12
votes
0answers
3k views
Symbolic links vs Hard links [duplicate]
I just read the manpage for symlinks, but I still dont get it ... so hardlinks are pointers to the file/dir. Then symlink is a pointer to a pointer? Whats the use of a symlink then? Why/when should I ...
2
votes
2answers
103 views
What's the best way to add native-looking links to my NTFS data partition?
I have many documents, backups, movies, photos which I have in a Windows data partition (D: drive) that is on the same box as my Ubuntu installation.
I want to be able to use this from Ubuntu, with ...
3
votes
2answers
729 views
Can I symlink a Dropbox folder?
I've just installed Ubuntu 12.10 as a dual boot with Windows 8. I'd already had windows up and running for a few months before installing Ubuntu, so in order to have my files accessible from both ...
2
votes
1answer
121 views
Run diff on symlinks
I have two folders containing a number of broken symlinks.
Is there a way to make diff compare the target of the links instead of trying to follow the links?
0
votes
1answer
188 views
12.10 403 Forbidden SymLink
I am trying to set up a simple development environment and even after setting all the permissions, I can't get past the 403 error
<VirtualHost *:80>
ServerAdmin webmaster@localhost
...
2
votes
1answer
96 views
How to copy symbolic links while preserving the validity of the link?
Say under directory /usr/local/boost_1_52_0/stage/lib, I have a symbolic link: libboost_timer.so, which points to the regular file libboost_timer.so.1.52.0 in the same directory.
How can I cp the ...
5
votes
1answer
217 views
How to create a read-only link to a directory?
One of my scripts dynamically creates a symlink like so:
ln -s /home/hosting/projects/images /home/hosting/projects/demo/images
How can I make it so that the access through link is read-only?
5
votes
1answer
91 views
How do I automatically create links to directories?
What is the easiest/quickest way to share files among different users?
I would like each user to have access to the same music and pictures directories. Creating symbolic links seems tedious as I ...
4
votes
1answer
588 views
How do symbolic links work in Dropbox?
I made some links to files in a folder. When I added that folder to Dropbox, the links contained duplicate copies of the files linked to. Have you had this problem? Do you understand what is ...
0
votes
2answers
122 views
Symbolic Links wont work
I'm trying to move my .vimrc file into my .vim folder.
I read that a symbolic link would allow vim to be able to find my .vimrc file.
So i go,
ln -s ~/.vim/.vimrc ~/.vimrc
But all this seems to do ...
0
votes
0answers
182 views
Why does ln fails with EEXIST?
I am trying to link a file named genes.gtf to my directory, but I'm getting this error:
ln: failed to create symbolic link `./genes.gtf': File exists
What should I do?
4
votes
1answer
1k views
How do I deal with too many levels of symbolic links?
I'm using Ubuntu Live USB to access my windows files, I'd like to perform a complete, file by file, backup of the Windows C: Drive.
Since I want everything backed up, I'm doing a copy and paste. Copy ...
1
vote
1answer
60 views
Symbolic Link says it is pointing to correct folder but goes to parent in FileZilla
I used the following to create a symbolic link
ln -s /var/www/example.com/target/public_html faker
When I use readfile faker it shows the correct link but when I navigate through FileZilla it take ...
1
vote
0answers
71 views
Help With Hard links And Symlinks Moving Directory And Files
I have a symlink /var linking to /tmpfs/var.1
/var -> /tmpfs/var.1
I start a script called cache_tmpfs from /etc/rc.local on startup. This script will copy /var.backup/* contents to ...
0
votes
0answers
139 views
Evince won't save files, says “Permission denied”
If I go into evince's save dialog, go to /home/username/Documents, in my home directory, and try to create a new directory (e.g. foo), the operation fails. Evince says:
Could not create directory ...
18
votes
2answers
52k views
How to create a soft or symbolic link?
I am installing p4v in /opt, but /usr/bin is on my path. Is it possible to create a soft or symbolic link for p4v from /opt to /usr/bin, so I can just type "p4v" since /usr/bin is in my path?
13
votes
3answers
1k views
What in /home would benefit from being on an SSD?
In Is a 40GB SSD practical to use for ' / ' Jorge describes how he symlinks directories in his /home that would benefit from being on an SSD. The directories he names are
~/.cache
~/.config
...
2
votes
2answers
86 views
What are some typical uses of hard links?
Everyone who was used to Windows can imagine what symlinks are and how they're used. On the other hand, the hard link concept is foreign to Windows (am I correct?).
I would like to know what are the ...
0
votes
1answer
388 views
How do I redirect PlayOnLinux to a different partition?
Okay! This sounds kind of hard, but it should be entirely doable.
I have Ubuntu and Windows on the same disk. On the Windows partition, I have a game installed (Guild Wars 2, but this shouldn't ...
0
votes
2answers
271 views
Do symlinks from HDD to SSD give a performance hit?
I am planning to install Kubuntu onto an SSD, but have /home mounted on a hard disk drive.
But also, I would like some /home/... subdirectories to benefit from SSD's performance (they will be read ...
0
votes
1answer
63 views
How to move one directory back when path contains symlink
I want to move one directory back in Thunar when I get into by symbolic link. I know that in terminal I can use cd -P but I want to obtain this behavior in Thunar.
2
votes
2answers
1k views
Help with creating symbolic link
I'm a little bit confused with how the symbolic links work. I hope someone can guide me in the right direction.
I want to put a demo online from our software, which normally only runs locally on a ...
4
votes
3answers
1k views
Cannot transfer file due to “Filesystem does not support symbolic links” error
When I want to transfer files from my local hard drive to my thumbdrive, I keep getting this error:
Filesystem does not support symbolic links.
I don't know what this is, I need help with ...
0
votes
0answers
8 views
Can I synchronize links with Ubuntu One? [duplicate]
Possible Duplicate:
Does Ubuntu One follow symlinks if synchronizing a folder?
I am synchronizing a folder with Ubuntu One containing subdirectories. Let's say the structure is the ...
2
votes
2answers
212 views
If I create a link to a folder, how can I get from that linked folder to the “real” folder from within Nautilus?
Say I have a folder several layers down in my documents folder. And I want easy access to it from my desktop. To do that I:
Go to the parent folder in Nautilus.
Right click on the folder's Icon and ...






