Skip to content
Gupern's Blog

Gupern's Blog

You need not to be a poet to poetize.

  • Introduction
  • Science
    Science & Technology
  • Art

Categories

  • Art (58)
  • blockchain (4)
  • Book Review (11)
  • Database (11)
  • Finance (2)
  • IT (60)
  • Life Flow (25)
  • Mathematics (3)
  • Python (24)
  • Science (37)
  • Uncategorized (1)
  • Unix/Linux (5)

Tag: nohup

Linux 运维之screen命令笔记

如果screen为attached状态,则使用-D踢出前一用户,再-r唤醒之。

screen -ls
screen -D -r ‘session-id’

screen删除

screen -S ‘session-id’ -X quit[……]

Read more

Posted on June 14, 2017June 14, 2017Categories Unix/LinuxTags linux, nohup, screen
Proudly powered by WordPress