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
113 
centos下kill、killall、pkill命令区别
kill是用来终止进程的首先可以通过ps aux查看系统有哪些进程正在运行。这里写图片描述1.用kill来杀死某一个进程#kill,加选项-9,加PID,表示杀死进程编号为PID的这个进程# -1
2021-12-07 14:14
102 
linux mail
系统收到邮件都会保存在“/var/spool/mail/[linux用户名]”文件中。 在linux中输入mail,就进行了收件箱,并显示二十封邮件列表。 此时命令提示符为& unread 标记为未读邮件
2021-12-07 14:17
137 
CentOS 安装openssl
安装环境:操作系统:CentOS 7OpenSSL Version:openssl-1.0.2f.tar.gzOpenSSL地址为http://www.openssl.org/source/openssl-1.0.2
2021-12-07 14:14
105 
linux小技巧
1,文字模式下的中文信 LANG=C LANG=ZH_CN 2,看不到文件名 mount -0 iochatset=cp950 /dev/cdrom /mnt/cdrom 3,如何卸载光盘 1,退出
2021-12-07 14:17
122 
Centos修改root密码
[root@localhost ~]# passwdChanging password for user root.New password:Retype new password:passwd: all authe
2021-12-07 14:14
105 
centos 每天12:00自动重启elasticsearch服务
将下面的脚本保存为elasticsearch_restart.sh,保存在/opt/script/目录下 ``` #!/bin/bash # elasticsearch restart # 2020-06-02
2023-06-22 09:18
207 
linux使用技巧
linux使用技巧 1,如何查询命令的用法 man shutdown 2,避免ctrl+alt+del重新启动系统 编辑/etc/initab文件 #ca::ctlr|del:/sbin/shut do
2021-12-07 14:17
113 
T:0.011379s,M:206.75 KB
返回顶部 留言