Dec 9, 2002 #1 mg911 Technical User Jul 18, 2001 59 US How do i take a snapshot of a screen in linux thanks
Dec 10, 2002 #2 venkman Programmer Oct 9, 2001 467 US should be just the "print screen" button. Works for me on Gnome 2.0/ Redhat 8.0 Upvote 0 Downvote
Dec 14, 2002 #3 danielhozac Programmer Aug 21, 2001 2,058 SE If you have ImageMagick installed, you can use this command. Code: import -w root <filename> where <filename> is the file to save the screenshot to. //Daniel Upvote 0 Downvote
If you have ImageMagick installed, you can use this command. Code: import -w root <filename> where <filename> is the file to save the screenshot to. //Daniel