• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

basic linux questions ..... help

stso

Platinum Member
I have some questions from my school assignment. I have read through the entire chapter but couldn't find the answer.
Someone please help me out.

1. A UNIX file system _________________
a. is a directory
b. consists of structured data residing on a storage medium
c. is never formatted before storing files
d. a and c

5. A virtual file system is one that _________________
a. allows information t obe retrieved from anywhere.
b. is created when all partition are mounted.
c. let user access virtually anything on the system; the total number of partitions mounted limits access.
d. all of the above.

16. Which of these statement is false?
a. You can create a child directory only in a parent directory you own.
b. You must set the x permission for all directories that you want to access.
c. You can use the cd .. command to move up one director in the directory tree.
d. the dot dot (..) refers to the parent directory.

17. You can use the dot as the location of the ____________
a. parent directory
b. child directory
c. current directory (my guess goes to this one)
d . root directory

22. Which command grants access to directories?
a. chmod (my guess goes to this one)
b. rwx
c. execute permission (x)
d. ls -x

24. When you use the cp command, you should be aware that ____________
a. the dot destination places the file in the parent directory
b. he destination file will overlay a file with the same name
c. it destroys the source file
d. the source file cannot be relatively addressed.

 
1. b
5. b
16. b
17. c
22. a
24. b

i think those are the answers, maybe someone can confirm?
 
Back
Top