how do u find remote machine operating system and version?
Answer Posted / bablu
for os
#cat /etc/issue
for version
#uname -v
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What happens to hard link when file is deleted?
How do I find the console in linux?
What does cd – command do?
What does chmod 777 do?
What is ulimit command?
What does df command do in linux?
What is filter command in unix?
What is du -s * | sort -k1,1rn | head command used for?
Which command would you use if you want to remove the password assigned to a group?
What is grep command?
What command is used to check the number of files, disk space, and each user’s defined quota?
What is build process?
Which command is used to delete a group?
What is the root directory linux?
How compile c++ program in cmd?