摘要:
上次学完虚机的创建、开关机、备份配置文件等,今天学学其他几个常用的虚机管理命令; 1、重命名 方法一:virsh domrename old-name new-name virsh # list Id Name State 1 centos7.3 running [root@KVM03-10 ~]# 阅读全文
摘要:
新增用户 [root@KVM-01 ~]# useradd test02[root@KVM-01 ~]# passwd test02Changing password for user test02.New password:BAD PASSWORD: The password fails the 阅读全文
摘要:
centos首先安装NTP服务 yum isntall -y ntp 安装完成后,配置ntp配置文件 vi /etc/ntp.conf 使用阿里云NTP服务器作为时钟源 server ntp1.aliyun.com 启动NTP服务器 service ntpd start 同步时间 ntpdate m 阅读全文