当前位置: 首页 / 搜索关键词:shell
我的操作系统是centos6.4操作系统:rhel 6.2 x86_64下载并安装putty软件包,本人下载了putty-0.62-1.el6.rf.x86_64.rpm 下载地址如下:http://rpm.pbone.net/index.
2022/07/10
Linux根据占用的端口号来关闭相应的进程的shell脚本写法。kill -9 $(lsof -i:22 |awk '{print $2}' | tail -n 2)
2022/07/10
检查远程端口是否对bash开放:echo >/dev/tcp/8.8.8.8/53 && echo
2022/07/10
1、备份语句# /usr/local/mysql/bin/mysqldump -utest -ptest test --socket=/tmp/mysql.3306.sock > /usr/local/mysql_backup/3306/t
2022/07/10
# /bin/bash# creator:lihuibin# date : 2014-03-10 16:45# desc : upload file to ftphosts=
2022/07/10
#!/bin/sh while sleep 30 do SquidNum=`ps -ef|grep squid|grep -v grep|wc -l` #HttpNum=`netstat -an|grep 0.0.0.0:80|grep -
2022/07/10
一、安装Email发送程序yum install sendmail mutt二、安装FTP客户端程序本脚本需要用到FTP客户端程序将文件上传到FTP空间上面,因此必须安装FTP客户端,否则将出现ftp命令无法找到的错误。 安装步骤请参考:《
2022/07/10
首先用w查看当前登录用户,运行w命令的是当前用户,需要保留,其他一概踢掉。方法一,传统办法,找到其他终端的名字,然后找到响应的进程杀掉# w |grep -v -w w# ps aux |grep tty# kill xxx进程号方法二,另
2022/07/10
资讯推荐
热门最新
精品工具
你可能感兴趣的资讯
换一批