link
link
link file1 file2
Create a link between two files. This is the same as the ln command, but it has no error checking because it uses the link( ) system call directly.
link file1 file2
Create a link between two files. This is the same as the ln command, but it has no error checking because it uses the link( ) system call directly.