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 |
In detail elaborate the system? What is driver?
What are the files in /etc directory?
How to put a job in background & bring it to foreground?
What are the processes that are not bothered by the swapper? Give Reason.
How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.
What is the difference between hard link & softlink?
How do you execute a UNIX command in the background?
What UNIX command will control the default file permissions when files are created?
What is paging?
What is a Region?
HOW DO CREATE A NFS FILE SYSTEM
What are setuid/setgid in relation to file permissions?