My Notes
My Notes
Replace source_file with the name of the existing file for which you want to create the
symbolic link (this file can be any existing file or directory across the file systems).
Replace myfile with the name of the symbolic link. Theln command then creates the
symbolic link. After you've made the symbolic link, you can perform an operation on or
execute myfile, just as you could with the source_file. You can use normal file
management commands (e.g., cp, rm) on the symbolic link.
Note: If you delete the source file or move it to a different location, your symbolic file will
not function properly. You should either delete or move it. If you try to use it for other
purposes (e.g., if you try to edit or execute it), the system will send a "file nonexistent"
message.
For more about symbolic links, see the man pages for the ln command. At the Unix
prompt, enter man ln.