Linux Interview Questions And Answered Part-1
Q.1 What is the use of echo command. Ans- echo is a command that outputs the strings that are passed to it as arguments. #echo "Hello World" Q.2 How to check the computer name or hostname in Linux? #hostname Q.3 How to check the current user in Lin...
Mar 2, 20233 min read69
