![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Taking CEP to The Next Step | iBot | Complex Event Processing RSS News | 0 | 02-29-2008 02:40 PM |
| Taking Aim | iBot | Complex Event Processing RSS News | 0 | 11-14-2007 04:10 AM |
| FTP taking ages to run. | nilesrex | UNIX for Advanced & Expert Users | 1 | 06-29-2006 07:20 AM |
| taking the end off a path | Nat | Shell Programming and Scripting | 12 | 06-27-2005 08:27 PM |
| GUI Screenshots - HP-UX | jay_mow | UNIX for Advanced & Expert Users | 2 | 08-29-2002 04:05 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Taking Screenshots in Unix
Hello,
I am trying to take screenshots of various windows and dialog boxes in Unix. I am primarily a Windows user and am wondering if Unix has the capability of taking screenshots similar to using "Print Screen" and "Alt+Print Screen" in Windows? If not, then could anyone please suggest a method of taking screenshots? Thank you. |
| Forum Sponsor | ||
|
|
|
|||
|
If you are connecting via a telnet (or equivalent) session from Windows then you could use the print screen as you state. If you're doing a lot of it for professional purposes (i.e. training), a product called "TurboDemo" is superb for capturing screens in real-time.
|
|
|||
|
Oh yeah, I forgot, you can also "tee" standard output to a file to capture screen output as well as displaying it to the monitor. If the permissions on your system are set really insecurely, you can also capture the input and output from somebody else's tty session and log that... sorry mispent youth!
|