1.nload(查看带宽使用情况) Linux系统中Fedora和Ubuntu默认安装nload,而CenrOs需要单独全装。 # fedora或centos $yum install nload -y # ubuntu…
分类:Linux
Linux中SSH系统相关命令【转载】
转载于:http://www.passerm.com/html/662.html 1、系统相关的启动命令 service wdapache start|stop|restart wdcp后台 启动|停止|重起 servi…
SSH命令传输文件及上传数据库
传输压缩包 scp -P 22(端口号) xx.zip(压缩的文件夹名) root@xxx.xx.xx.xxx:/www/web/(ftp名)/目录名/public_html(xxx.xx.xx.xxx为服务器IP,…