当前位置:网站首页>RHCSA第二天
RHCSA第二天
2022-08-02 03:16:00 【m0_54803732】
如有错误,敬请谅解!
此文章仅为本人学习笔记,仅供参考,如有冒犯,请联系作者删除!!!
1.手动调整当前主机时间(时区和时间更改)
2.查看系统时间按照年/月/日 时:分:秒格式显示并将结果写入time文件。
3.查看主机/etc/下是否存在group文件,是什么类型文件。
4.查看/etc/sysconfig目录文件的属性
5.在root用户的家目下创建file文件,在/oub创建该文件的软连接文件newfile在/test创建硬链接文件filenk
6.在文件中编辑一下内容: Good good study day day up...
问题1.手动调整当前主机时间(时区和时间更改)
[[email protected] ~]# timedatectl set-timezone Asia/Shanghai
[[email protected] ~]# timedatectl set-time 2001-11-29
[[email protected] ~]# date
Thu Nov 29 00:00:04 CST 2001
问题2.查看系统时间按照年/月/日 时:分:秒格式显示并将结果写入time文件。
[[email protected] ~]# date "+%y-%m-%d %h:%M:%S" >file
[[email protected] ~]# cat file
22-08-01 Aug:29:58
问题3.查看主机/etc/下是否存在group文件,是什么类型文件。
[[email protected] Desktop]# ll /etc/group
-rw-r--r--. 1 root root 988 Jul 28 22:32 /etc/group
如图可知文件类型以-开头,所以为普通文件
问题4.查看/etc/sysconfig目录文件的属性
[[email protected] Desktop]# ll -d /etc/sysconfig
drwxr-xr-x. 5 root root 4096 Jul 28 22:32 /etc/sysconfig
问题5.在root用户的家目下创建file文件,在/oub创建该文件的软连接文件newfile在/test创建硬链接文件filenk
[[email protected] Desktop]# cd /home
[[email protected] home]# touch file
[[email protected] ~]# mkdir /oub
[[email protected] ~]# ln -s /home/file /oub/newfile
[[email protected] ~]# ll /oub
total 0
lrwxrwxrwx. 1 root root 10 Aug 1 14:21 newfile -> /home/file
[[email protected] ~]# ln /home/file /test/filenk
问题6.在文件中编辑一下内容: Good good study day day up...
[[email protected] Desktop]# echo good good study day day up >file2
[[email protected] Desktop]# cat file2
good good study day day up
边栏推荐
猜你喜欢
随机推荐
Freeswitch操作基本配置
Common SQL interview questions: 50 classic examples
2022年最新一篇文章教你青龙面板拉库,拉取单文件,安装依赖,设置环境变量,解决没有或丢失依赖can‘t find module之保姆教程(附带几十个青龙面板脚本仓库)
支付通道对接常见的问题有哪些?
Brute force visitors
MySQL8--Windows下使用msi(图形界面)安装的方法
OD-Model【4】:SSD
一种基于行为空间的回声状态网络参数优化方法
关于跨域问题
【遥控器开发基础教程3】疯壳·开源编队无人机-ADC(摇杆控制)
Difference between #{} and ${}
Double Strings (别总忘记substr)
Scaffolding installation
弹性盒子flex属性
centos安装mysql8
Keil development environment installation tutorial
EF Core:基于关系的复杂查询 区分IEnumerable和IQueryable
Lua安装及常用命令使用
MySQL8 - use under Windows package installation method
Hit the programmer interview scene: What did Baidu interviewers ask me?