Which flag should be included with the ps command to display the full command line of a running process?
Explanation
The -f option with the ps command shows the complete command line used to start the process, providing detailed information about the process execution.