Execute command via SSH on remote box and output on local machine.
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh [email protected] df -h …
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh [email protected] df -h …
To install VMWare tools using YUM on CentOS/RHEL 6.5, do the following. Note, I’m logged in as the ‘root’ user, but you could execute these commands using ‘sudo’ as well.…