creating link for files

by Selva 2008-03-25 18:27:45

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.

Tagged in:

468
like
0
dislike
0
mail
flag

You must LOGIN to add comments