标签:地址 style linux linux 基础 查找 字符 shel pow 转义
1. 远程登录 无论是poweshell 还是xshell
ssh abby@192.168.1.1
用户 地址
按enter 再输入密码
2.Linux 查找文件名包含 比如 com
find / -name *com 或者com*
放中间 比如 tan\*860 加转义字符
3. 新建文件 -- touch a.txt
标签:地址 style linux linux 基础 查找 字符 shel pow 转义
原文地址:https://www.cnblogs.com/alpha-cat/p/12819787.html