Tag: Linux
All the articles with the tag "Linux".
Linux SSH 远程运行多个命令
Published: at 11:21 AM本文介绍了如何在 Linux 系统中使用 SSH 远程运行多个命令,并解决了一些常见问题,例如`ssh root@ip 'cd /path | ls -la'`命令执行结果不符合预期的情况。
Linux zip 压缩文件夹但不包含当前文件夹
Published: at 11:21 AMLinux zip 命令压缩文件夹,但不包含当前文件夹本身,提供两种方法解决这个问题。
Linux 查看运行进程
Published: at 10:21 AM本文介绍几种在 Linux 系统中查看运行进程的命令,包括 `ps aux`、`ps -elf`、`top` 和 `pstree -aup`,并详细解释了每个命令的选项和用法。
Nginx 自动列出文件
Published: at 10:21 AM本文介绍如何使用 Nginx 的 autoindex 功能自动列出指定目录下的文件。