37
votes
3answers
2k views

What is the terminal command to take a screenshot?

What command(s) can I use in the terminal that's equivalent to the PrtSc (Print Screen) button?
3
votes
2answers
156 views

How do I cancel a time-delayed screenshot?

I'm using the default screenshot application that comes with Ubuntu gnome-screenshot When I was using it earlier to take screenshots of the lock screen I had set a long time delay, but forgot to ...
2
votes
2answers
411 views

How can I take a full page screenshot of a webpage from the command line?

I have installed CutyCapt on my Linode VPS and using it to generate screenshots by following command. xvfb-run --server-args="-screen 0, 1024x768x24" ./CutyCapt --url=http://www.google.com ...
2
votes
1answer
155 views

CLI Screenshot/Streaming screen

is there any way how i can make a screenshot of CLI command "screen -r", then save it as .txt? And set it up as cron job so i can stream my "screen -r" command? Is there any way how i can stream my ...