Copyright © tutorialspoint.com
Syntax
Definition and UsageCreates a symbolic link between OLDFILE and NEWFILE. On systems that don't support symbolic links, causes a fatal error. Return Value
ExampleFirst create one file test.txt in /tmp directory and then try out following example it will create a symbolic link in the same directory:
|
Copyright © tutorialspoint.com