作者小头像 Lv.6
更多个人资料
3709 成长值
19 关注
24 粉丝
+ 关注 私信

个人介绍

分享自己在华为云学院的成长历程!

感兴趣或擅长的领域

自动化运维、云计算、数据库、IoT
个人勋章
  • 考证狂人
  • 活跃之星
成长雷达
1530
204
1100
855
20

个人资料

个人介绍

分享自己在华为云学院的成长历程!

感兴趣或擅长的领域

自动化运维、云计算、数据库、IoT

达成规则

以上满足项可达成此勋章

  • 博客
  • 关注
  • 粉丝
  • 论坛
全部时间
全部时间
最近三天
最近一周
最近一月
  • 全部
  • mindspore
  • Python
  • 华为云
  • openeuler
OpenEuler shell基础 read 读取用户输入的变量信息
课程使用shell脚本 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! shellOpenEuler shell基础 read 读取用户输入的变量信息[developer@developer ~]$ read namecoder [developer@developer ~]$ echo $namecoder[developer@developer ~]$ read n...
Shell
作者小头像 千江有水千江月 2025-03-15 16:12:39
1163
0
0
2025-03-15 16:12:39
999+
0
0
OpenEuler shell基础 printenv 查看系统中的全局变量
课程使用shell脚本 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! shellprintenv 查看系统中的全局变量[developer@developer ~]$ printenv SHELL=/bin/bashIMSETTINGS_INTEGRATE_DESKTOP=yesSESSION_MANAGER=local/unix:@/tmp/.ICE-unix/14...
Shell
作者小头像 千江有水千江月 2025-03-15 16:12:01
1139
0
0
2025-03-15 16:12:01
999+
0
0
OpenEuler shell基础 for语句与列表
课程使用shell脚本 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! shellOpenEuler shell基础 for语句与列表[developer@developer ~]$ for h in host1 host2 host3 host4;do echo $h;donehost1host2host3host4注意看host{1…5}的用法[developer@...
Shell
作者小头像 千江有水千江月 2025-03-15 16:11:24
1203
0
0
2025-03-15 16:11:24
999+
0
0
OpenEuler shell基础 echo中单引号和双引号的区别
课程使用shell脚本 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! shellOpenEuler shell基础 echo中单引号和双引号的区别单引号是原样输出双引号会解析里面的变量[developer@developer ~]$ name='hello'[developer@developer ~]$ echo 'my $name'my $name[develop...
Shell
作者小头像 千江有水千江月 2025-03-15 16:10:48
1187
0
0
2025-03-15 16:10:48
999+
0
0
OpenEuler shell基础 变量赋值与输出变量
课程使用shell脚本 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! shellOpenEuler shell基础 变量赋值与输出变量要配合上$[developer@developer ~]$ a='hw'[developer@developer ~]$ echo aa[developer@developer ~]$ echo $ahw
Shell
作者小头像 千江有水千江月 2025-03-15 16:10:18
1148
0
0
2025-03-15 16:10:18
999+
0
0
OpenEuler基础 sar top 查看CPU使用率
课程openeuler 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! OpenEuler基础 sar top 查看CPU使用率[developer@developer log]$ sar -u 5 4Linux 5.10.0-250.0.0.154.oe2203sp4.aarch64 (developer) 2025年03月10日 _aarch64_ (4 CPU...
UDP
作者小头像 千江有水千江月 2025-03-10 23:07:42
1388
0
0
2025-03-10 23:07:42
999+
0
0
OpenEuler基础 ls 检查系统日志文件
课程openeuler 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! OpenEuler基础 ls 检查系统日志文件日志文件很重要,一些场景需要单独设立日志文件服务器查看rsyslog服务状态[developer@developer /]$ systemctl status rsyslog● rsyslog.service - System Logging Servi...
开发者
作者小头像 千江有水千江月 2025-03-10 23:07:15
1240
0
0
2025-03-10 23:07:15
999+
0
0
OpenEuler基础 ls 查看根目录下的文件夹与目录挂载信息
课程openeuler 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! OpenEuler基础 ls 查看根目录下的文件夹每日系统巡检的时候,看看系统根目录下的系统目录。[developer@developer /]$ ls / -l总用量 68dr-xr-xr-x. 2 root root 4096 5月 25 2024 afslrwxrwxrwx. 1...
开发者
作者小头像 千江有水千江月 2025-03-10 23:06:45
1319
0
0
2025-03-10 23:06:45
999+
0
0
OpenEuler基础 ll 查看dev下null设备的属组
课程openeuler 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! OpenEuler基础 ll 查看dev下null设备的属组/dev/null 在不在,用户和用户组,权限,设备号[developer@developer /]$ ll /dev/null crw-rw-rw- 1 root root 1, 3 3月 10 16:32 /dev/null使用 mk...
开发者
作者小头像 千江有水千江月 2025-03-10 23:06:19
1169
0
0
2025-03-10 23:06:19
999+
0
0
OpenEuler基础 chage 查看用户密码时限配置
课程openeuler 开发者空间-云主机使用开发者空间的云主机进行学习,方便快捷,推荐! OpenEuler基础 chage 查看用户密码时限配置[developer@developer /]$ chage -l developer最近一次密码修改时间 :1月 09, 2025密码过期时间 :从不密码失效时间 :从不帐户过期时间 :从不两次改变密码之间相...
开发者
作者小头像 千江有水千江月 2025-03-10 23:05:46
1355
0
0
2025-03-10 23:05:46
999+
0
0
总条数:174
10
10
20
50
100
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 18

上滑加载中

https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=baidu&wd=sed%20%E6%9B%BF%E6%8D%A2%E5%AD%97%E7%AC%A6%E4%B8%B2&rsv_pq=c7db61a600035dc5&rsv_t=5e19yEsbV9N5fIvdlGRU
作者小头像
作者小头像
快速交付
+ 关注