Linux Objective Questions Answers
-
22. In the shell, by default, all variables are considered and stored as ?
- integer
- string
- float
- chracter
Answer :
Option B
-
23. Which command in LINUX is used for description of any command ?
- help
- man
- detail
- shortdetal
Answer :
Option B
-
24. Kernel minimizes the frequency of disk access by keeping a pool of internal data buffer which helps to increase the response time, this is known as ?
- Buffer cache
- Spooling
- Pooling
- Virtual Memory
Answer :
Option A
-
25. What is true about chmod +t ?
- It will set effective userid for filename
- It will set effective groupid for filename
- It will set the sticky bit
- It is wrong syntax
Answer :
Option C
-
26. Which command in vi editor command is used to copy the current line of the file ?
- ys
- yc
- yy
- yw
Answer :
Option C
-
27. By which command content of a file can be searched ?
- grep
- search
- srh
- show
Answer :
Option A
-
28. Which command is used to determine the path of an executable file ?
- which
- whom
- locate
- wex
Answer :
Option A