The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
23 views

How to create virtual folder with mod_rewrite similar ln -s Unix

Previously was using command ln for create virtual folder. cd public ln -s ../app/assets/ assets ~ public > ls -l lrwxr-xr-x 1 carlosmontalvo admin 14 May 15 12:21 assets -> ../app/assets/ ...
-2
votes
0answers
40 views

Unix: soft links & hard links (ln/ln-s) [closed]

This is my homework that I have due for tommorrow. I have completed the tasks using 'ln/ln -s, cp, mv' etc And I'm wondering if what I have completed is correct, because my answer was the same each ...
-3
votes
0answers
13 views

Windows 7 calc log error [closed]

I want to calculate the log_4(22). What I do is to divide the two logs: log_4(22)=log(22)/log(4). But windows Calc seems to give a weird answer. I'm expecting 2.22 not 0.602 Sorry cannot send ...
0
votes
0answers
23 views

How do I hard link pictures based on XMP-Tags?

I would like to link pictures with a XMP Rating of e.g. 3 an higher to a specific direcoty for export over upnp. So I have a big Shotwell-Library and I would like to "export" all picturess with a ...
0
votes
2answers
160 views

mac osx ln command: linking directories mac osx with alias or symbolic link?

I have a tool (EVEHQ) on my bootcamp windows xp installed. I'm running parallels to use the application. works great. Problem is the application has a hardwired (binary) directory path it uses to ...
1
vote
4answers
57 views

DecimalFormat the answer? [duplicate]

Please forgive my ignorance, I'm a beginner. Can anyone tell me why I am getting my error code in the if/else statement below? I think my result for the ln multiplication is is not exactly the same ...
0
votes
0answers
135 views

Error: Function not implemented when using FileUtils.ln_s

The following code causes me trouble: symlink_path = "symlink/to/mnt/xyz/file" remote_path ="/mnt/xyz/data/folderx" FileUtils.mkdir(remote_path) FileUtils.symlink(symlink_path, ...
1
vote
1answer
77 views

Is the character '-' invalid to start a symbolic link on Linux?

I have to rename some folders. They have all this structure local-XXXX local--pdf-preisliste- local--pdf-kundendienst local-navi_flash_home and I have to drop the local- prefix. In order to maintain ...
0
votes
1answer
58 views

(Linux/General) concering /bin/rocks [closed]

So I am trying to install a software not "supported" by my linux distro (Ubuntu) I have it under control, but I am curious about some coding I was told to use. sudo ln -s /bin/true /bin/rocks sudo ...
1
vote
0answers
65 views

Cygwin: Changes to target files not reflected in hard linked files

I'm using WAMP to develop a small PHP application. I'm also using Cygwin + Oh-My-Zsh to manage my git repository that contains the .html and .php files for the application. My source files exist in a ...
0
votes
1answer
171 views

Creating a Symbolic Link to Access MySQL with Automatic Login

I am looking for a simpler way to log in to MySQL through the terminal without having to input my username and password each time. I am using MAMP and to access my databases, I just simply type mysql ...
2
votes
2answers
572 views

Bash Shell Script to search for files using mdfind

I have a folder of about 350 images (they are scanned recipes). To make finding them easier, I have written a search program in bash shell script. I have bash version 3.2 on Mac OS X 10.8 Mountain ...
0
votes
1answer
70 views

ln has unexpected behavior when using a wildcard

I am planning on filing a bug on coreutils for this, as this behavior is unexpected, and there isn't any practical use for it in the real world... Although it did make me chuckle at first, as I never ...
0
votes
2answers
429 views

installing ffmpeg on MAMP

I'm attempting to follow this tutorial: http://drupal.org/node/1464236 on installing ffmpeg on MAMP (for use with Drupal, which is incidental) I'm stuck here: You should also execute in your ...
1
vote
2answers
231 views

PHP exec permissions for creating root symlinks

I am currently working on a Linux based single board computer for an engineering company, and I am in charge of updating the local configuration website hosted within the board. The point of this ...
4
votes
3answers
4k views

python numpy ln

Using numpy, how can I do the following: ln(x) Is it equivalent to: np.log(x) I apologise for such a seemingly trivial question, but my understanding of the difference between log and ln is that ...
0
votes
1answer
129 views

ln with dotfiles?

I have a directory with several "dot files". I would like to symlink all these files. I tried $ ln -s /usr/dotfiles/* /usr/test ln: creating symbolic link `/usr/test/*' to `/usr/dotfiles/*': No such ...
1
vote
1answer
508 views

make links between ext4 and fat32

it is used in android phone. Because my ROM is big enough(around 8G), and my SDCard has been full with various files, so i want to link a big file stored in ROM to SDCard so as to save the treasure ...
0
votes
2answers
48 views

How Do I Create Links from Filepaths in a File?

Backstory: I have MP3 and FLAC files in my music collection. I have MP3s organized under music/mp3 and FLACs in music/flac. While I prefer listening to FLAC files, most of my music are MP3s. ...
3
votes
2answers
605 views

Logarithm with SSE, or switch to FPU?

I'm doing some statistics calculations. I need them to be fast, so I rewrote most of it to use SSE. I'm pretty much new to it, so I was wondering what the right approach here is: To my knowledge, ...
3
votes
3answers
941 views

symbolic link without expanding $HOME or “~”?

the basic idea is that I want to link to path that's relative to $HOME, rather than explicitly expand the $HOME variable, as I want to make sure the link works on multiple machines, e.g., when I do ...
1
vote
2answers
2k views

Symbolic link not inheriting permissions

For example, I have foo.sh with 770 permissions. When I do: ln -s foo.sh bar.sh The link bar.sh has 2777 permissions. Why is this? I thought they were meant to be inherited?
2
votes
1answer
2k views

Makefile and symbolic links

I'm experiencing a strange problem with a makefile. I simply want to set a symbolic link in the makefile but get an error message on one machine (Linux 2.6.18-238.12.1.el5) make: execvp: ln: Too many ...
0
votes
1answer
29 views

shell command which returns the target of the static link

Is there a built-in unix/linux command which returns the target of a specific symbolic link? for example if i made a symbolic link: %> ln -s build_07-24-2011 latest is there a command "foo" ...
1
vote
3answers
82 views

Symbolic links to symbolic links… partial canonicalization

Suppose I create a symbolic link "file2" to a file "file1" two directories above the current location (e.g., "ln -s ../../file1 file2". But now suppose that "file1" is also a symbolic link to a file ...
0
votes
1answer
268 views

How to link directory to public_html?

I have ~/public_html and few subdirectories with sites inside. But I have also ~/projects with all my projects (not only websites). I'm trying to link ~/projects/X with ~/public_html/X. ln -s ...
0
votes
1answer
751 views

symlink over ssh fails

Please help me out, as I'm trying to execute 'rm -Rf' and 'ln -s' on a bunch of servers through 'ssh -i' and somehow symlink fails, although running directly on servers works... $ ssh -i ...
1
vote
1answer
1k views

Symbolic Links in Ubuntu Recursively link to files in one directory to another

After searching stackoverflow and Google for the past hour I thought I would ask. If the title does not make sense here is what I am looking to achieve. /var/www/xxx/ Say there are files in this ...
5
votes
1answer
5k views

How to use MAMP's version of PHP instead of the default on OSX

I would like to use MAMP's version of PHP instead of the default installed on my mac. I tried using ln -s /Applications/MAMP/bin/php5.3/bin/php php but I get a "File exists" error. What's the ...
0
votes
2answers
200 views

mdfind used for creating symlinks not working as expected

I am trying to use the output from mdfind to create a bunch of symlinks. Output of mdfind is like this: /pathtofile1/ /pathtofile2/ /pathtofile3/ So, I used sed to add ln -s to the start of ...
4
votes
4answers
4k views

Create broken symlink with Python

Using Python I want to create a symbolic link pointing to a path that does not exist. However os.symlink just complains about "OSError: [Errno 2] No such file or directory:".. This can easily be done ...
1
vote
3answers
2k views

/usr/share/zoneinfo epic fail [closed]

I have just, in my groggy morning state, reversed & confused the arguments to ln, replacing /usr/share/zoneinfo/America/Toronto with a link to the non-existant /etc/localtime, when I really wanted ...
15
votes
4answers
16k views

LINUX: Link all files from one to another directory [closed]

I want to link ( ln -s ) all files that are in /mnt/usr/lib/ into /usr/lib/ There are lots of file, how to do it fast? :)
1
vote
1answer
49 views

Randomizing function, etc. locations for shared libs

Currently, when I create a shared library, functions from within the same object files like to lie together. Is there a good solution (that does not involve splitting up source files) to try and ...
1
vote
1answer
1k views

Link to a specific inode

I have a file that was deleted, but is still held open my a program. I found the inode number using lsof. How can I create a hard link back to that inode? Any code helps, but Perl would be handy.
0
votes
5answers
409 views

shell script to link specific files up one level

I've got a folder that's got a whole lot of folders inside, which each contain a movie file. Now I want to be able to see all these movies at one time (but I have to preserve the folder structure) so ...
0
votes
2answers
109 views

Unable to make symlinks effectively with target files of the same names

I have a list of dotFiles at my workarea. For example, .bashrc and .vimrc. I want to make a symlinks from them to my Home such that their names are the same as in my workarea -folder. My attempt in ...
18
votes
8answers
16k views

What is the Unix command to create a hardlink to a directory in OS X?

How do you create a hardlink (as opposed to a symlink or a Mac OS alias) in OS X that points to a directory? I already know the command "ln target destination" but that only works when the target is a ...