1、目录管理 ls、cd、pwd、mkdir、rmdir、tree 2、时间日期 touch、stat、file、rm、cp、mv、nano 3、查看文本 cat、more、less、head、tail、cat的变体tac 4、正则表达式 5、管道和重定向 6、用户、组、权限 ...
分类:
系统相关 时间:
2020-03-30 19:55:05
阅读次数:
96
1什么是Linux?Linux有两种含义:一种是Linux编写的开源操作系统的内核另一种是广义的操作系统2Linux的第一印象命令行操作,区别与windows的图形界面3常见目录介绍/根目录,类似于我的电脑/rootroot用户的家目录/home/uesrname普通用户的家目录/etc配置文件目录,windows的注册表/bin命令目录,/sbin管理命令目录/usr/bin/和/usr/sbi
分类:
系统相关 时间:
2020-03-30 14:39:04
阅读次数:
114
信息收集初阶总结 术语释义: 1 nslookup:是一种网络管理命令行工具,可用于查询DNS域名和IP地址输入指令nslookup默认服务器和Address是当前上网所用的DNS服务器域名和地址A记录A(Address)记录指的是用来指定主机名或域名对应的IP记录。 https://www.cnb ...
分类:
其他好文 时间:
2020-03-29 21:21:48
阅读次数:
109
常见目录介绍 / 根目录 /root root用户的根目录 /home/username 普通用户的根目录 /etc 配置文件目录 /bin 命令目录 /sbin 管理命令目录 /usr/bin /usr/sbin 系统预装的其他命令 linux 的man命令为何分那个多个章节 因为有的命令重名,规 ...
分类:
系统相关 时间:
2020-03-29 01:21:58
阅读次数:
89
用户管理常用命令 useradd 新建用户 userdel 删除用户 passwd 修改用户密码 usermod 修改用户属性 chage 修改用户属性 Linux 分为 root 用户和普通用户两种 当用户被添加后,底层做了什么 当用户被创建后,它的家目录是在 /home/用户名 这个下面 当用户 ...
分类:
系统相关 时间:
2020-03-29 01:17:31
阅读次数:
96
一、创建用户 命令: CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 关键参数说明: username - 创建登录用户名, host - 指定该用户在哪个主机上可以登陆,本地用户可用localhost, 想让该用户可以从任意远程主机登 ...
分类:
数据库 时间:
2020-03-29 01:05:49
阅读次数:
92
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:
其他好文 时间:
2020-03-28 22:00:07
阅读次数:
81
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:
其他好文 时间:
2020-03-28 21:52:39
阅读次数:
86
iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. ...
分类:
移动开发 时间:
2020-03-28 21:51:24
阅读次数:
82
grafana4.get_org Show a single organization. name Name of the organization. profile Configuration profile used to connect to the Grafana instance. Def ...
分类:
其他好文 时间:
2020-03-28 21:49:12
阅读次数:
80