,
Share with your friends 

symbolic link in Redhat

0 ratings Views 186 
Author: Sachin_d5d13d68 (Sachin Gaikwad)  View Profile |  View other solutions by this author

Question / Problem


How to creates a symbolic link to a file?

Solution

Command:    ln -s test abc where abc is symbolic link & test is file
 
 
Creates a symbolic link named abc that points to the file test Typing "ls -i test abc" will show the two files are different with different inodes.
 
Typing "ls -l test symlink" will show that symlink points to the file test.

Applies to

Red Hat Linux

Rank It

Login to rank it

Report


Advertisement