Results 1 to 10 of 10
i have a hosting account and i want to know which variant and version of linux it runs? any help is appreciated....
- 01-06-2008 #1Just Joined!
- Join Date
- Aug 2006
- Location
- London Uk
- Posts
- 93
how to find linux variant?
i have a hosting account and i want to know which variant and version of linux it runs? any help is appreciated.
- 01-06-2008 #2
As root:
Read man nmap for other and additional options.Code:nmap -O {IP-address or url}Can't tell an OS by it's GUI
- 01-06-2008 #3Just Joined!
- Join Date
- Aug 2006
- Location
- London Uk
- Posts
- 93
thanks for your reply. unfortunately i could not run that command as it requires root privilege.
- 01-06-2008 #4
Ah, you don't have access to the root account? You might try
For less detailed results.Code:nmap -A {IP-address or url}Can't tell an OS by it's GUI
- 01-06-2008 #5
Does "cat /etc/*release" help.
- 01-06-2008 #6Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
You could try
cat /etc/issue
(@daark.child: I think we had that before
At least in Debianoids there is no /etc/*release )
Ogion
- 01-07-2008 #7
- 01-07-2008 #8Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
Well...

Ogion
- 01-07-2008 #9
On my box it's /etc/vector-version...
...guess there is no standardization on that
Either way, I assumed the OP was referring to a remote machine, with 'hosting account' and all that. But .. ah well .. I dunnoCan't tell an OS by it's GUI
- 01-07-2008 #10Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
Yeah, it doesn't seem to be standardized (At least the /etc/issue seems to exist on multiple disitros, i have it in my Debians and in my Arch.)
Well, i supposed that he had ssh-access or something like that...
Ogion


Reply With Quote
