what happens when we create a file system?
Answer / arch
when fs is created disk space is divided into blocks, these blks are further catagorised into boot block, inode block, super block and data block.
boot block contains boot strap code
inode block contais all the properties of files (permissions, size ,uid etc)
super block contains free inodes and used inodes list and status bit of file (1 or 0)
Data block is used to store data.
| Is This Answer Correct ? | 4 Yes | 0 No |
how to create a file system quota in HP-UX?
Could you tell something about the Unix System Kernel?
System A can contact system B, but not in reverse, not firewall, not tcp wrappers, what is the reason ?
how to raise a suncase?pls explain step by step?
What is egrep?
What scripting languages do you know?
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.
HOW DO CREATE A NFS FILE SYSTEM
What does init do? What does inetd do?
What are Profilers?
What are permissions in UNIX?
How do you list the files in an UNIX directory while also showing hidden files?