Linux CLI - Process Management
What is the default signal sent by the
kill command if no signal is specified?kill command if no signal is specified?killkill command sends signals to processes. If no signal is specified, it sends the default signal.SIGTERM, which asks the process to terminate gracefully, allowing cleanup.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions