Answer Posted / mcmarc
an inode is an number used to denote file names to the exact
location in a disk. each file has a unique inode.
the inode table consists of file type, permissions, user uid,etc
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How is grep so fast?
Which command is used to review boot messages?
What is ulimit in linux?
What does the command env do?
What is $$ in shell script?
How remove all files in a directory linux?
What command should you use to check your file system?
What is clang llvm?
What is $@ in shell?
How many cmd commands are there?
What is df -h command?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
Is llvm a virtual machine?
What is cd in cmd?