linux基本命令
linux基本命令 1,logout 2,shutdown 3,mkdir 4,rmdir 5,cp -R 递归复制 6,rm -R(*删除目录中所有文件-f询问?) 7,rm -f *.txt
2021-12-07 14:17
95 
linux 查看系统信息
linux 查看系统信息 1,观察用户举动w w kim 2,who当前有哪些用户登录 who 3,last lask kim 4,top -U man top 5,ps ps
2021-12-07 14:17
97 
linux mail
系统收到邮件都会保存在“/var/spool/mail/[linux用户名]”文件中。 在linux中输入mail,就进行了收件箱,并显示二十封邮件列表。 此时命令提示符为& unread 标记为未读邮件
2021-12-07 14:17
117 
linux小技巧
1,文字模式下的中文信 LANG=C LANG=ZH_CN 2,看不到文件名 mount -0 iochatset=cp950 /dev/cdrom /mnt/cdrom 3,如何卸载光盘 1,退出
2021-12-07 14:17
109 
linux使用技巧
linux使用技巧 1,如何查询命令的用法 man shutdown 2,避免ctrl+alt+del重新启动系统 编辑/etc/initab文件 #ca::ctlr|del:/sbin/shut do
2021-12-07 14:17
99 
linux crond用法
service crond status查看crond服务状态 今天早上5点30自动重启 30 5 * * * root init 6 在etc/rc.d/rc.local加 service cron
2021-12-07 14:17
126 
管理运行中的进程
管理运行中的进程 手工启动 ps top ps -aux ps -aux | more ps -e不显示目录 ps -ef 显示目录 ps -ef | grep mysql ps -aux > /t
2021-12-07 14:17
90 
linux文件权限
文件权限 -rwxrwxr-- r=4,w=2,x=1 文件类型ugo SUID -root权限 SGID 文件类型 普通文件 目录文件 设备文件 连接文件 ll ls -l /d
2021-12-07 14:17
111 
T:0.015001s,M:347.72 KB
返回顶部 留言