目录
远程登录Linux系统(命令操作)
Xshell5安装
略
连接登录
连接前提
需要 Linux 开启一个 sshd 的服务,监听 22 号端口,一般默认是开启的
查看是否开启:
chkconfig --list | grep sshd
手动开启:
chkconfig --level 5 sshd on
service sshd restart
Xshell连接配置
查看虚拟机ip:
ifconfig
配置Xshell:
测试:
1.在/home目录下创建文件
cd /home
touch hello.py
2.重启服务器
reboot
远程上传加载文件
Xftp安装
略
Xftp连接配置
中文乱码问题解决
配置好后,刷新即可
# 练习题:
# 1.通过Xftp5连接到Linux,并传输windows下一个任意文件,到/root目录下
# 2.使用Xftp5连接Linux,并下载任意文件到windows