help on SSH

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i have a empty server which my friend given.

i have the root access from SSH.

but i dont know how to install centos.

can somebody guide me?
 
If you have ssh then it must have some sort of operating system on it already.
 
Well, one thing is for certain: You are running a Linux-based OS.

But it is unknown which distribution you are running...

Try executing these commands:

cat /etc/*version*

cat /etc/*release*

Paste the results here...
 
Well, one thing is for certain: You are running a Linux-based OS.

But it is unknown which distribution you are running...

Try executing these commands:





Paste the results here...
wow..cool man..tq so much...

the result is as below

login as: root
[email protected]'s password:
Last login: Sat Jan 26 19:51:24 2008 from xxx.xxx.xxx.xxx
[root@localhost root]# cat /etc/*version*
cat: /etc/*version*: No such file or directory
[root@localhost root]# cat /etc/*release*
Red Hat Linux release 9 (Shrike)
[root@localhost root]#
 
Back
Top