当前位置:网站首页>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
边栏推荐
猜你喜欢

WebShell连接工具(中国菜刀、WeBaCoo、Weevely)使用

Reasons and solutions for Invalid bound statement (not found)

LeetCode:1374. 生成每种字符都是奇数个的字符串【签到题】

Invalid bound statement (not found)出现的原因和解决方法

Freeswitch操作基本配置

ModuleNotFoundError: No module named ‘openpyxl‘

WebShell特征值汇总与检测工具

MySQL8 -- use msi (graphical user interface) under Windows installation method

STM32——LCD—TFTLCD原理与配置介绍

HCIP第十一天_MPLS实验
随机推荐
JSP WebSehll backdoor script
第七周复习
SSM网上商城购物系统(前台+后台)
【LeetCode】20. Valid parentheses
深度学习:目标检测入门知识
黑马案例--实现 clock 时钟的web服务器
ASP WebShell backdoor script and anti-kill
R16 Type II量化反馈码本的产生
2022ACM夏季集训周报(五)
#{}和${}的区别
Webshell upload method
day11--shell脚本
基于优化的多核局部费舍尔判别分析的故障分类
rem适配
MySQL8 -- use msi (graphical user interface) under Windows installation method
MySQL8--Windows下使用msi(图形界面)安装的方法
MySQL8 - use under Windows package installation method
Using WebShell to get Shell Skills
WebShell Feature Value Summary and Detection Tool
(转帖)HashCode总结(1)