Displays information about kernel tasks. This command iterates through the kernel's task list and prints details about each task, including its address, PID, user space status, CPU, UID, GID, and name.
Functions:
Attributes:
parser module-attribute
parser = ArgumentParser(description='Displays information about kernel tasks.')
ktask
ktask(task_name=None) -> None