Linux 基础命令合集
最常用基础命令
1 | chown -hR resec /opt |
递归更换目录所有者
1 | tar -zxvf target/dir -c dst/dir |
解压到目标目录
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
1 | chown -hR resec /opt |
递归更换目录所有者
1 | tar -zxvf target/dir -c dst/dir |
解压到目标目录