Questions tagged [symlink]
168 questions
0
votes
1 answer
Kickstart Installation from USB
My goal is to install Oracle Linux 6.3 from USB. My problem is when I copy DVD media to USB. The symlink file repodata is unable to create because the file system is FAT/FAT32. Below is the symlink detail.
-rw-r--r--. 1 root root 196 Jun 26 2012…

drhojun
- 21
- 1
- 6
0
votes
1 answer
VMWare/Ubuntu development stack with symlink to Windows 7
I would like to use a vm ubuntu installation as my testing environment, but to ease workflow, I have symlinked /var/www to a windows share. Everything looks good when browsing files and the owner and group both are showing up as www-data, but I can…

wdhilliard
- 43
- 1
- 3
0
votes
1 answer
Does soft link affects xml parsing and database process
I have a php code that does an xml parsing and inserts data into the mysql database.
The code can process one xml file in an average of 18 minutes.
Since I will be having lots of xml files and database space,
I have configured the xml files and…

Pelang
- 413
- 5
- 9
- 15
0
votes
1 answer
Get directory of a symlinked script
I have to determine the directory of a script which is symlinked.
/usr/local/src/myscript/myscript.sh
/usr/local/bin/myscript.sh (Symlink to the one above)
A cronjob executes /usr/local/bin/myscript.sh. Inside myscript.sh I am trying to determine…

gorootde
- 226
- 1
- 3
- 9
0
votes
1 answer
Drupal File System
In order to try & improve load time , I'm thinking of creating a specific subdomain for the files folder in a Drupal site. Further improvement could be for instance to have that specific subdomain on a cloud...
I'm not really knowledgeable about…

PatrickS
- 360
- 1
- 3
- 12
0
votes
2 answers
How do I see and delete an 'invisible / orhpaned' symbolic link?
There seems to be an invisible symbolic link on my system.
First, I go to the /var/www directory and it shows nothing:
# var/www# ls -la
total 0
Next, I create a symbolic link and it is created successfully:
# var/www# ln -s /var/www/server/…

user29701
- 31
- 1
- 4
0
votes
1 answer
Apache2 on Ubuntu 11.04 - New Virtual Host 403 Forbidden Error
I receive the following error when trying to access a new virtual host:
Forbidden
You don't have permission to access / on this server. Apache/2.2.17
(Ubuntu) Server at www.local.ttr Port 80
The apache log file for this virtual host contains the…

GordyD
- 101
- 1
0
votes
2 answers
Symlink gitolite user directory to Apache sites-available
I have a gitolite development server and I'm trying to automate creation of new virtualhosts.
I figured rather than try to have the gitolite user (non root) create new config files in /etc/apache2/sites-available I would symlink a…

Brian
- 366
- 1
- 7
0
votes
3 answers
Performance & Security Factors of Symbolic Links
I am thinking about rolling out a very stripped down version of release management for some PHP apps I have running.
Essentially the plan is to store each release in /home/release/1.x etc (exported from a tag in SVN) and then do a symlink to…

Stoosh
- 53
- 6
0
votes
1 answer
symlink between public_html folders of two domains
I have a site hosted in domain1.com/mysite. I need to be able to point domain2.com to that site, but without doing any redirect (the url has to be the same). The "mysite" is a part of a very complex web app located in domain1.com so i can´t just…

brpaz
- 179
- 1
- 2
- 9
0
votes
1 answer
Samba mount isn't following a symlink
I am running two servers and wish to mount a directory on one from the other. For various reasons, I wish to use Samba (smbfs) rather than NFS.
ServerA mounts ServerB with this in the fstab:
//ServerB/sambashare /mount/point smbfs…

Peter Howe
- 203
- 2
- 9
0
votes
3 answers
Is this a symbolic link?
I type ls -l and a directory shows up like this:
lrwxrwxrwx 1 root root 23 Jan 7 03:44 order_pictures -> /storage/order_pictures
Is that a symlink? I am trying to replicate this, so I type
ls -s thumbs/ /storage/thumbs/
because I need to make…

Andrew Fashion
- 1,655
- 7
- 22
- 26
0
votes
2 answers
Rsync, copy through symlink
I am using rsync to backup my server to an offsite server. Due to diskspace on my backup server, I have created a couple of symlinks to put some of the data on a different drive. However, instead of copying through to that symlink location, rsync is…

David
- 841
- 3
- 14
- 31
0
votes
1 answer
Symlink problem
I'm trying to do a simple symlink. I have a nfs share shared under /share.
There are a couple of directories under /share. I wish to have a symlink of i.e.: /share/data in /var/opt/data.
I come to a problem when I use "ln -s /share/data…

groblus
- 67
- 1
- 5
0
votes
1 answer
Can I hide or ignore symlinks with Samba
I'm trying to back up our company's website using a regular old windows copy utility. Website is riddled with symlinks and if they were all followed would bloat the backup to 400% of it's normal girth.
I've told Samba not to follow symlinks, but…

Peter Turner
- 2,178
- 9
- 33
- 45