inode
Why is '.' a hard link in Unix? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-13 02:50 分类:问答Linux procfs inode number changed whill process was running
I\'m working on security software(SW) for Linux. One thing that our SW does on is that when some process is started, the SW stat()s the process\'s /proc/ entry and remembers the entry\'sinode number.[详细]
2023-04-06 08:39 分类:问答MEM_SHARED, mmap, and hard links
Just wondering if the key to shared memory is the file name or the inode. I have a file called .last, which is just a hard link to a file named YYYYMMDDHHMMSS.[详细]
2023-03-27 17:27 分类:问答On linux, using NFS, is the open() command executed remotely?
Assume there is a server on the network and the local machine is trying to open a file.Is open(\"A/B/C/D/E/filename\") implemented on the local system by something similar to this:[详细]
2023-03-13 11:33 分类:问答How to access all pipes in the system from Linux kernel space
I want to add a new system call to the Linux kernel that w开发者_高级运维ill show information about all pipes that are created in the system.[详细]
2023-03-05 10:49 分类:问答Determine if raw disk sector is in use
I\'m tryi开发者_运维百科ng to write a free space zeroizer using open(2), lssek[64](2), and write(2). I am trying to determine of a disk sector is in use.[详细]
2023-03-05 04:06 分类:问答Getting the inode number of an unopen file from path
Is there a way I could get the inode number of a file which has not yet been opened. I would like开发者_Go百科 to do this from inside a c function[详细]
2023-02-16 04:08 分类:问答Why can't files be manipulated by inode?
Why is it that you cannot access a file when you only know its inode, without searching for a file that links to that inode? A hard link to the file contains nothing but a name and a number telling yo[详细]
2023-02-03 04:59 分类:问答In-core inode list and disk inode list [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-30 06:11 分类:问答Changing inode behaviour
I am trying to modify the ext3 file system. Basically I want to ensure that the inode for a file is saved in the same (or adjacent) block as the file that it stores metadata for. Hopefully this should[详细]
2023-01-29 12:43 分类:问答