symbolic link in Redhat
|
|
|
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 |
|