|
VMS Help DEFRAGMENT, ATTACH, Examples *Conan The Librarian |
The following are examples of the ATTACH command:
1.$ DEFRAGMENT ATTACH JONES_2
This ATTACH command transfers the terminal's control to the
subprocess named JONES_2.
2.$ DEFRAGMENT ATTACH /IDENTIFICATION=2A401A1B
This ATTACH command switches control from the current process
to the process whose PID is 2A401A1B.
|
|