just do it
发布时间:2017-05-26 11:07:59
solaris 登入报错:No utmpx entry. You must exec "login" from the lowest level "shell".解决:进入单用户清理根目录下文件将/var/adm/var/crash/var/log......【阅读全文】
发布时间:2017-05-26 11:04:21
在前台运行的一个程序需要很长的时间,但是需要干其他的事情,可以用 Ctrl-Z ,终止这个程序,然后可以看到系统提示: [1]+ Stopped cp -rp weblogic81.tar /home然后我们可以把程序调度到后台执行:(bg 后面的数字为作业号) bash-2.05# bg .........【阅读全文】
发布时间:2017-01-18 15:51:42
http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz下载sendEmail-v1.56.tar.gz解压之后就能用部分参数如下:-f 表示from,发件人地址-t 表示to,收件人地址-s mail服务器域名-u 主题-xu 用户名(@之前的)-xp 用户密码-m 纯文本信息-o message-file=/root/.. 发送文件中的内容-a 发.........【阅读全文】
发布时间:2016-12-07 15:41:38
点击(此处)折叠或打开hostname | tee -auptime | tee -adate | tee -alast reboot | tee -admesg | tee -a/usr/platform/`uname -i`/sbin/prtdiag -v | tee -auname -a | tee -aeeprom | tee -a.........【阅读全文】