redhat第一次作业(讲解后)

1.通过软件使用ssh远程登陆虚拟机

ssh root@192.168.168.128

之后输入root密码

2.

3.

[root@csa ~]# vim /tmp/newfile

再输入:w---保存

[root@csa ~]# date
2023年 03月 28日 星期二 19:29:22 CST

[root@csa ~]# ll /tmp/newfile
-rw-r--r--. 1 root root 0  3月 28 19:31 /tmp/newfile
[root@csa ~]# date > /tmp/newfile---将date输出重定向到newfile
[root@csa ~]# ll /tmp/newfile
-rw-r--r--. 1 root root 43  3月 28 19:33 /tmp/newfile
[root@csa ~]# cat /tmp/newfile
2023年 03月 28日 星期二 19:33:10 CST

[root@csa ~]# vim /tmp/newfile

(将光标移动到第一排末行)

:r  /boot/grub2/grub.cfg---将文档读入到newfile

:g/#/d---将带#的行删掉

:set nu---显示行号

:set cursorline---设置光标

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值