85.
Sed maintains the hold space (a buffer) to

89.
What is the output of this program?
#!/bin/bash
hello_var=10
echo "the value of \"hello_var\" is $hello_var"  
exit 0

90.
What would be the current working directory at the end of the following command sequence?
 $ pwd
 /home/user1/proj
 $ cd  src
 $ cd  generic
 $ cd  .
 $ pwd

Read More Section(Linux)

Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.