Hi folks, I was curious as to how one would get the connection back between an inode and a file if I unlink it. For example:
[sheppaap]# touch demofile [sheppaap]# ls -i demofile 18730 demofile [sheppaap]# unlink demofile As I know the inode, can I get that connection back or recreate the link between the filename and the attributes? Or can I create a new file and edit the attributes to point to the inode of the old file. Or am I missing something here? Thanks in advance. Alastair
