xiohao

出现这种情况,一般是没有安装linux的鼠标服务器gpm

gpm命令 是Linux的虚拟控制台下的鼠标服务器,用于在虚拟控制台下实现鼠标复制和粘贴文本的功能。

具体操作:

运行命令:yum install gpm*  安装gpm

启动gpm服务:
service gpm start

运行systemctl enable gpm.servicere 添加到后台服务。

 

备注:CentOS7服务使用方法

服务使用方法
systemctl start [服务文件名]
systemctl restart [服务文件名]
systemctl stop [服务文件名]
systemctl status [服务文件名]
设置开机启动
systemctl enable [服务文件名]

systemctl disable [服务文件名]

 

参考链接: 

http://blog.csdn.net/zhldt2008/article/details/52621423

https://blog.csdn.net/qq_25900743/article/details/79488022

 

分类:

技术点:

相关文章:

  • 2021-05-08
  • 2021-11-30
  • 2022-12-23
  • 2021-09-29
  • 2021-09-23
  • 2021-11-15
  • 2021-07-05
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-09-24
  • 2022-02-07
  • 2021-06-06
相关资源
相似解决方案