short_notes_on_machine_learning
short_notes_on_machine_learning copied to clipboard
Typo on this page: https://chrisalbon.com/linux/processes/list_processes/
This line: We are often interested in the STAT column: - R - process is running - S - process is sleeping - D - process is in uninterruptible sleep - T - process is terminated - D - process is dead - < - process is high priority - N - process is low priority
Should be changed to this: We are often interested in the STAT column: - R - process is running - S - process is sleeping - D - process is in uninterruptible sleep - T - process is terminated - X - process is dead - < - process is high priority - N - process is low priority