sysfs_create_link(9) suse man page | unix.com

Man Page: sysfs_create_link

Operating Environment: suse

Section: 9

SYSFS_CREATE_LINK(9)					  The Filesystem for Exporting K				      SYSFS_CREATE_LINK(9)

NAME
sysfs_create_link - create symlink between two objects.
SYNOPSIS
int sysfs_create_link(struct kobject * kobj, struct kobject * target, const char * name);
ARGUMENTS
kobj object whose directory we're creating the link in. target object we're pointing to. name name of the symlink.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SYSFS_CREATE_LINK(9)
Related Man Pages
vop_mknod(9) - debian
vop_symlink(9) - debian
vop_create(9) - opensolaris
vop_create(9) - centos
vop_symlink(9) - opensolaris
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I