how do u find remote machine operating system and version?
Answer Posted / eajaz
Nexec remotehostname uname -a
syntax is : nexec(command)
remotehostname is the server located at a remote place
uname -a is the command to retrieve all the information
about the OS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I clear my run history?
What is DISM command?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is netstat command in linux?
What does rmdir do in linux?
Explain the linux ‘cd’ command options along with the description?
What does grep command do?
How can you copy lines into the buffer in command mode?
What command should you use to check your file system?
What is in mkdir command?
How many commands are there in linux?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What is tty in linux process?
What is df command in linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?