> I have access to a remote server via SSH. I would like to know if there > is any possible way to find out the speed and type of CPU and available > memory via command line. Is it possible? If yes, how?
cat /proc/cpuinfo cat /proc/meminfo Cheers, Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
