Answers for "linux print screen"

10

linux screen

Linux screen commands

# Starting Named Session
$ screen -S session_name

# Close screen (with id)
screen -X -S 12345 quit

#All screen list
$screen -ls

#Reattach to a Linux Screen
$ screen -r 12345 (screen id)

#Detach from Linux Screen Session
$ Ctrl+a d
Posted by: Guest on February-05-2021
2

linux print screen

sudo apt install flameshot
Posted by: Guest on January-21-2021
10

particular screenshot in ubuntu

Prt Scrn to take a screenshot of the desktop.
Alt + Prt Scrn to take a screenshot of a window.
Shift + Prt Scrn to take a screenshot of an area you select.
Posted by: Guest on April-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language