Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to take a screenshot in Red Hat Linux
#1

To take a screenshot of your beautiful desktop in Red Hat you could either try pressing the 'Prt Scr' key on the keyboard.... or if that fails (and it sometimes does) then try this.

 

Open a console and type the following:-

 

import -window root filename.ext

 

Where filename.ext is the filename you want to give to your work of art. You can then check the directory you are in, and there will be the screenshot waiting for you.

 

If you want to add a delay BEFORE the shot is taken (so you can move stuff out of the way) then add a sleep command as follows:-

 

sleep 3s; import -window root screenshot.png

 

The above waits 3 seconds before taking the screenshot and saves it in PNG format. That's it, have fun :)

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)