Linux下命令行中的复制和粘贴 (转载)

 
安装gpm:yum install -y gpm*  特别注意:-y 所有询问结果都是yes

启动gpm服务①:service gpm start 运行systemctl enable gpm.servicere 或 chkconfig gpm on 添加到后台服务。 

启动gpm服务②:systemctl start gpm 两种方式都可

重启服务: systemctl restart gpm

停止服务 : systemctl stop gpm

开机启动 :systemctl enbale gpm

开机不启动 : systemctl disable gpm 或 chkconfig gpm off

服务状态 :systemctl status gpm

 

posted @ 2018-04-24 13:48  bobwuming  阅读(606)  评论(0)    收藏  举报