ln_s
Description:
[
Version ( since =
"1.0.66" ) ]
public bool ln_s (
string target,
string linkname)
throws Error
create a symbolic link
This command creates a symbolic link using the "ln -s" command.
Parameters:
this |
A GuestfsSession object
|
Returns:
true on success, false on error
|