SSHFS mount
sshfs root@somehost.net:/ /mnt/somehostname
Related Posts
How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
uname -a # for all info regarding kernel version, uname -r # for exact kernel…
Upgrade Drupal core from command line (ubuntu)
check what version the site is at: drush status Go to http://drupal.org/node/3060/release, filter by the…