How to find a newly joined node has windows, Linux or Solaris operating system?
up vote
0
down vote
favorite
I am doing a network service topology diagram. I need to identify the newly added computer's operating system so that I could run different scripts based on OS. How could I identify the newly added computer's operating system?
linux windows solaris
add a comment |
up vote
0
down vote
favorite
I am doing a network service topology diagram. I need to identify the newly added computer's operating system so that I could run different scripts based on OS. How could I identify the newly added computer's operating system?
linux windows solaris
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am doing a network service topology diagram. I need to identify the newly added computer's operating system so that I could run different scripts based on OS. How could I identify the newly added computer's operating system?
linux windows solaris
I am doing a network service topology diagram. I need to identify the newly added computer's operating system so that I could run different scripts based on OS. How could I identify the newly added computer's operating system?
linux windows solaris
linux windows solaris
edited Dec 3 at 9:11
asked Nov 29 at 6:32
user84592
1085
1085
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39
add a comment |
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
Nmap does it: Nmap os detection
nmap -O
-O (Enable OS detection)
Enables OS detection, as discussed above. Alternatively, you can use -A to enable OS detection along with other things.
New contributor
1
It may be worth to mention that executingnmap
's OS detection requires root privileges. Still, good point.
– fra-san
Dec 3 at 9:46
add a comment |
up vote
0
down vote
This will give you OS info for NIX:
cat /etc/*rel*
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Nmap does it: Nmap os detection
nmap -O
-O (Enable OS detection)
Enables OS detection, as discussed above. Alternatively, you can use -A to enable OS detection along with other things.
New contributor
1
It may be worth to mention that executingnmap
's OS detection requires root privileges. Still, good point.
– fra-san
Dec 3 at 9:46
add a comment |
up vote
2
down vote
accepted
Nmap does it: Nmap os detection
nmap -O
-O (Enable OS detection)
Enables OS detection, as discussed above. Alternatively, you can use -A to enable OS detection along with other things.
New contributor
1
It may be worth to mention that executingnmap
's OS detection requires root privileges. Still, good point.
– fra-san
Dec 3 at 9:46
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Nmap does it: Nmap os detection
nmap -O
-O (Enable OS detection)
Enables OS detection, as discussed above. Alternatively, you can use -A to enable OS detection along with other things.
New contributor
Nmap does it: Nmap os detection
nmap -O
-O (Enable OS detection)
Enables OS detection, as discussed above. Alternatively, you can use -A to enable OS detection along with other things.
New contributor
New contributor
answered Dec 3 at 9:28
Foo Bar
361
361
New contributor
New contributor
1
It may be worth to mention that executingnmap
's OS detection requires root privileges. Still, good point.
– fra-san
Dec 3 at 9:46
add a comment |
1
It may be worth to mention that executingnmap
's OS detection requires root privileges. Still, good point.
– fra-san
Dec 3 at 9:46
1
1
It may be worth to mention that executing
nmap
's OS detection requires root privileges. Still, good point.– fra-san
Dec 3 at 9:46
It may be worth to mention that executing
nmap
's OS detection requires root privileges. Still, good point.– fra-san
Dec 3 at 9:46
add a comment |
up vote
0
down vote
This will give you OS info for NIX:
cat /etc/*rel*
add a comment |
up vote
0
down vote
This will give you OS info for NIX:
cat /etc/*rel*
add a comment |
up vote
0
down vote
up vote
0
down vote
This will give you OS info for NIX:
cat /etc/*rel*
This will give you OS info for NIX:
cat /etc/*rel*
answered Nov 29 at 7:25
Drako
1295
1295
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484828%2fhow-to-find-a-newly-joined-node-has-windows-linux-or-solaris-operating-system%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
How much access do you have to these newly-joined nodes? Are they built to certain standards? The more information you provide, the better answers you're going to get.
– Andrew Henle
Nov 29 at 10:39