码迷,mamicode.com
首页 > 系统相关 > 详细

Linux远程管理器xshell和xftp使用教程

时间:2017-06-05 16:51:45      阅读:259      评论:0      收藏:0      [点我收藏+]

标签:xshell   net   命令   ros   使用   com   ssh1   shel   kill   

1.xshell 是一个强大的安全终端模拟软件,它支持SSH1, SSH2, 以及Microsoft Windows 平台的TELNET 协议。

2.是一个基于 MS windows 平台的功能强大的SFTP、FTP 文件传输软件。

两个软件的使用方法图解网址吧:http://www.xker.com/page/e2014/0707/132788.html

3.从xshell进入linux系统后,一些常用的命令符意思 网址:http://www.mamicode.com/info-detail-1417378.html

ls                   列出文件

cd ..                切换到上一级目录

cd ../..            切换到上二级目录

cd~                 切换到主目录(切换到用户目录,比如是root用户,则切换到/root目录下)

cd /bin             切换到bin目录下

cd bin              切换到当前目录下的bin

lsof -i:8000(端口号)      查询端口对应的进程号: 得到进程号PID

kill -9 PID                      根据查询出来的PID号 杀掉进程

./start              进入bin后 启动服务器

./stop               进入bin后 停止服务器

 

Linux远程管理器xshell和xftp使用教程

标签:xshell   net   命令   ros   使用   com   ssh1   shel   kill   

原文地址:http://www.cnblogs.com/weiyi1314/p/6945366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!