linux proc 进程文件系统 (linux 进程)
/proc目录中包含许多以数字命名的子目录,这些数字表示系统当前正在运行进程的进程号,里面包含对应进程相关的多个信息文件。 (1)进入到"/proc/进程号"目录下,执行"cat status"命令可以查询到指定进程的父进程 进入到"/proc/进程号"目录下,执行"cat status"命令可以查询到指定进程的父进程  设置秘钥登录,禁止密码登录。 [linux禁止密码登录-设置秘钥登录](https://51tbox.com/)...
linux杀不掉进程的解决办法:  kill 后还是输出 1、进程杀不掉的原因有两种: (1)这个进程是僵尸进程 ; (...
<pre><code>[root@Server2012 eres]# redis-cli -p 6479 -a root ping | grep -c "PONG" Warning: Using a password with '-a' or '-u' option on the co...
linux 禁用命令 可以将 wget curl 命令的权限,改成000 即可。 命令: chmod 000 /usr/bin/curl chmod 000 /usr/bin/wget 正常的事 755
<h3>1.报错原因:模块名字配置错误 {#title-0}</h3> <p>@ERROR: auth failed on module backup<br /> rsync error: error starting client-server protocol (code 5) at main.c(1668) [sender=...
linux怎么删除文件名带(1)的文件 1) 使用 ls -i 查处该文件的 inode 号,假设为123  2) 使...
cd /etc/httpd/  /etc/httpd/conf vim httpd.conf  步骤:...