Linux 基础命令

1. 远程登录 无论是poweshell  还是xshell

ssh yark@192.168.1.1

  用户        地址

按enter  再输入密码

2.Linux 查找文件名包含  比如 com

find / -name  *com  或者com*

放中间 比如   tan*860  加转义字符

3. 新建文件 --       touch a.txt

1

原文地址:https://www.cnblogs.com/alpha-cat/p/12819787.html