softlink

Software RAM disks use the normal RAM in main memory as if it were a partition on a hard drive rather than actually accessing the data bus normally used for secondary storage such as hard disk. How do I create and store a web cache on a RAM disk to improve the speed of loading pages under Linux operating systems?

{ 19 comments }

Unix Create a Symbolic Link

by Vivek Gite on May 15, 2008 · 3 comments

How do I create file links under UNIX / Linux / BSD operating systems?

{ 3 comments }

Q. How do I create a soft link (symbolic link) under UNIX or Linux operating system? A. To make links between files you need to use ln command. A symbolic link (also known as a soft link or symlink) consists of a special type of file that serves as a reference to another file or [...]

{ 32 comments }