[ Version ( since = "1.0.66" ) ]
public bool ln_sf (string target, string linkname) throws Error
create a symbolic link
This command creates a symbolic link using the "ln -sf" command, The *-f* option removes the link (linkname
) if it exists
already.
this |
A GuestfsSession object |
true on success, false on error |