Linux Objective Questions Answers
-
15. What communication command provides communication to another user logged on by writing to the bottom of their terminal ?
- chat
- talk
- write
- sendmsg
Answer :
Option B
-
16. vi editor commands are not case sensitive.
- True
- False
Answer :
Option B
Explanation:
vi editor commands are case sensitive.
-
17. Kernel is known as core of operating system.
- True
- False
Answer :
Option A
-
18. What is the meaning of SVR4 ?
- System Five Release 4
- System Version Release 4
- System Five Relocated 4
- Storage Files Five Release 4
Answer :
Option A
-
19. tee command is used in LINUX for ?
- Read from an input and write to a standard output and file
- Read from an input
- Write to an output
- None of above
Answer :
Option A
-
20. Which command is used to set limits on file size ?
- ulimit
- alimit
- dlimit
- wlimit
Answer :
Option A
-
21. Which command can be used to know the present working directory ?
- psd
- pww
- pwd
- pdd
Answer :
Option C