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 many VI editor modes do you know?
in unix profile contains
i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help
What is an incremental backup?
How to give root privileges without using SU/sudor ?
If your linux machine shows a ~(tilde) in most filenames on your dos or windows partition,what is the mistake you have made?How do you get back the long filenames?
How do you list the files in an UNIX directory while also showing hidden files?
How do you use Unix for Backend Testing ?
How are devices represented in UNIX?
what is a profile?
What is a Map?
What is the difference between > and >> operators?