Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
(Marked this version for translation) |
No edit summary |
||
Line 145: | Line 145: | ||
<!--T:38--> | <!--T:38--> | ||
For jobs which are already running, the start time reported by <tt>squeue</tt> is perfectly accurate. | For jobs which are already running, the start time reported by <tt>squeue</tt> is perfectly accurate. | ||
==What are the .core files that I find in my directory?== | |||
In some instances a program which crashes or otherwise exits abnormally will leave behind a binary file, called a core file, containing a snapshot of the program's state at the moment that it crashed, typically with the extension ".core". While such files can be useful for programmers who are debugging the software in question, they are normally of no interest for regular users beyond the indication that something went wrong with the execution of the software, something already indicated by the job's output normally. You can therefore delete these files if you wish and add the line <tt>ulimit -c 0</tt> to the end of your $HOME/.bashrc file to ensure that they are no longer created. | |||
</translate> | </translate> |