root@localhost:~# screen -ls
There is a screen on:
	1289.lnmp	(09/26/2023 01:12:52 PM)	(Attached)
1 Socket in /run/screen/S-root.
root@localhost:~# screen -r lnmp
There is a screen on:
	1289.lnmp	(09/26/2023 01:12:52 PM)	(Attached)
There is no screen to be resumed matching lnmp.提示:There is no screen to be resumed matching lnmp.
解决方案:
root@localhost:~# screen -d -r lnmp