How do you find which version and name of unix you are
using at the command prompt?
Answer Posted / pankaj sain
#cat /etc/issue
#cat /proc/version
#uname -r
#cat /etc/*-release
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how to use grep command to list find the records of a file containing 10 different strings?
What do chmod, chown, chgrp commands do?
How does shebang work?
Explain the steps that a shell follows while processing a command.
What does the “echo” command do?
What is $0 bash?
What is s and g in sed command?
What is grep and how do you use it?
What does the command '$ls | wc –l > file1' do?
What is the command to find hidden files in the current directory?
What is a bash command?
What are reported commands?
What is updatedb?
Which unix command lists files/folders in alphabetical order?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?