Page 1 of 1

1. When a Linux directory is first created, how many entries does it contain? a. 0 b. 1 c. 2 d. 16 2. On hosting, what t

Posted: Sun May 15, 2022 12:11 pm
by answerhappygod
1 When A Linux Directory Is First Created How Many Entries Does It Contain A 0 B 1 C 2 D 16 2 On Hosting What T 1
1 When A Linux Directory Is First Created How Many Entries Does It Contain A 0 B 1 C 2 D 16 2 On Hosting What T 1 (334.98 KiB) Viewed 56 times
1. When a Linux directory is first created, how many entries does it contain? a. 0 b. 1 c. 2 d. 16 2. On hosting, what type of file system is /home/CLASSES? a. ext3 b. ext4 c. tempfs (hint: when a volume is mounted, the file system type is given. See the mount' man page.) 3. (T/F) Every file in a Unix file system has a unique name. 4. If you type 'rm foo.txt' at the Linux command line, and the command succeeds, is the file with name 'foo.txt' deleted? a. yes b. no c. it depends 5. Is it possible to have two different files referred to by the same name in a single Unix directory? a. yes b. no