Why is inode #2 special?

What will be an ideal response?


This inode is used for the root directory of the file system.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code, if the user enters the sequence 10 17 35 7?

const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; a) 12 19 37 9 b) 10 2 35 7 c) 10 17 37 7 d) 10 19 35 7

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. To make your website more secure, you must ask the user or customer to give up some privacy. 2. The fields of disaster preparedness and disaster recovery are independent of each other. 3. During disaster planning, redundancy of data provides the key for eliminating single points of failure for servers running Web applications. 4. One way to evaluate your website is to find out more about the website's visitors.

Computer Science & Information Technology

What is the scope of the variable pencil on line 8?

``` ``` a.global b. local c. value d. reference

Computer Science & Information Technology

? The accompanying figure shows the ____ feature.

A. Link Checker B. Property inspector C. Live view D. FTP

Computer Science & Information Technology