06/22/88 copy_deadproc Syntax: copy_deadproc {deadproc_name} {-ctls_args} Function: This tool sets up a dead process directory in preparation for use by analyze_multics. It copies a dead process directory specified by deadproc_name into the directory under the >dumps>save_pdirs directory. Several hardcore segments needed by analyze_multics are also copied into the directory. Two segments are created by the copy_deadproc tool, pdir_info and uid_hash_table. These are used by analyze_multics when examining a dead process. Any target segments pointed to by links in the process directory are also copied. The dead process directory is renamed to person.pdir where "pdir" is the standard suffix. If person.pdir already exists, it is renamed before copying the new directory to person.N.pdir, where N=1. If person.1.pdir already exists, it is renamed to person.N+1.pdir, and so on. Access to the new pdir is determined by the initial dir_acl of the save_pdirs directory. Arguments: deadproc_name is the name of the dead process directory to be copied. If deadproc_name is not an absolute pathname, the default path is >process_dir_dir>deadproc_name. The names of dead process directories in the >process_dir_dir are of the form person.project.f.tty_name. A name of this form is expected and the full name must be specified. Control arguments: -delete, -dl specifies that after the dead process is copied, the original one is to be deleted. Status and modify access to the containing directory is needed. If access is lacking, the user is queried about whether to continue copying. -name deadproc_name, -nm deadproc_name specifies the name of the process to be copied. -no_delete, -ndl specifies do not delete the dead process directory after copying is complete. This is the default. -owner, -ow specifies that access be set appropriately for the user of the fatal process. This is status on the dead process directory. Notes: The use of this command requires access to phcs_. A user can copy his own process if he has "sma" on the save_pdirs directory and access to phcs_. Access to the hphcs_ gate is needed if the dead process doesn't belong to the process doing the copying. Access to the system_privilege_gate_ is needed when copying terminated processes of a different authorization level than the process doing the copying. ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved