creating link for files - Linux Send mail vote down 0 vote down 0 Views : 468
Tagged in : Linux
One of the main feature of linux is creating link for files.If we want to use one file which not in the current directory ,we don't want to copy the file to the current directory, instead we can create link for the source file.This reduces the storage.

the command used is 'ln' format: ln [source-file] [link-name]

The services are linked to the current run level by creating link.
By - Selva, On - 2008-03-25




    Login to add Comments .