Report Bug
Qus : Which command will be used to close a terminal window?
Qusएक टर्मिनल विंडो को बंद करने के लिए किस कमांड का उपयोग किया जाएगा?

A. end
B. close
C. exit
D. none


Solution
C. exit



Explanation
<p>Typing exit in the terminal will terminate the current shell session.</p>



Report Bug