Tagged Questions
0
votes
0answers
179 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?
1
vote
2answers
649 views
Documents stored on separate internal drive, Ubuntu doesn't notice on startup
My machine has Windows 7 Ultimate x64 and Ubuntu 12.04 LTS running side-by-side on a single hard drive with GRUB bootloader, each with 500 GB storage. I keep my personal documents on a separate 1TB ...
1
vote
2answers
456 views
Creating symlink for Postgres
As a developer, I often ssh right into my local database, just to test my application before pushing my code.
However, I find that every time I want to access Postgres, I have to type in
...