Hi all I need to remove some unwanted symlinks on /dev using a C program. The "struct dirent" only shows the symlink name, how do I find what that symlink points to for verification purpose? Regards Unga