Установка, настройка, включение (Centos 7).
# yum install sshfs # mkdir /path/to/mount # sshfs [email protected]:/ /path/to/mount # cd /path/to/mount # ls -l
Отключение:
# umount /path/to/mount
Profit =)
Установка, настройка, включение (Centos 7).
# yum install sshfs # mkdir /path/to/mount # sshfs [email protected]:/ /path/to/mount # cd /path/to/mount # ls -l
Отключение:
# umount /path/to/mount
Profit =)
Категория - Unix, Для себя
Нет комментариев
Метки: centos sshfs, sshfs config, sshfs install, sshfs настройка, sshfs установка