
Linux
chlhp
这个作者很懒,什么都没留下…
展开
-
linux下使用shutdown命令关机,提示: -bash:shutdown:command not found
<br />有点linux基础知识的,或者是系统的学习过计算机知识的人,没用过也能猜到,关机命令十有八九可能是shutdown。没错,实际上shutdown确实是liunx的关机命令,再配合各种选项,实现不同的关机效果。<br />然而在此之前,我却从没成功运行过shutdo转载 2011-05-17 21:20:00 · 6729 阅读 · 2 评论 -
Linux调度任务的建立和问题处理方法
① 通过 crontab -e 添加 调度任务 0 0 1 * * /data/tsk.sh #解释:每月最后一天【第一天】执行 tsk.sh ② 建立tsk.sh文件原创 2011-10-27 18:02:47 · 810 阅读 · 0 评论 -
Linux常用命令收集
#建文件touch #查看内存使用情况free /proc/meminfotopdmesg | less#查看Linux版本、发行版本uname -a uname -rcat /etc/redhat-release原创 2011-10-28 17:32:53 · 868 阅读 · 0 评论 -
通过SecureCRT下载远程Linux服务器上的文件到本地Windows
① sz 文件名【先cd到需要下载的文件的目录层】[root@is13084905-0233 bookinterface]# sz test.txt rzStarting zmodem transfer. Press Ctrl+C to cancel.Transferring test.txt... 100% 46 bytes 46 bytes/s 00:原创 2011-10-28 17:21:06 · 6734 阅读 · 0 评论 -
Linux时间(date)格式化(yyyy-mm-dd hh:MM:ss)
目标格式(yyyy-mm-dd hh:MM:ss):2011-10-28 17:37:30`date +%Y-%m-%d\ %H:%M:%S`注意:空格需要借助反斜杠呈现原创 2011-10-28 17:37:21 · 11443 阅读 · 0 评论