![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Create a symbolic link to a file
link existing new
Neutrino
The link utility creates a symbolic link, new, that points to another file, existing. This utility is a command-line interface to the symlink() function:
(void)symlink( existing, new );
To create a hard link, use ln.
![]() |
![]() |
![]() |
![]() |