Pressing the Ctrl-C combination on the keyboard while a command is executing in the foreground sends which of following signal codes? A. 1 (SIGHUP) B. 2 (SIGINT) C. 3 (SIGQUIT) D. 9 (SIGKILL) E. 15 (SIGTERM)

Bob accidentally created the subdirectory bobsdir in his home directory. He tried to remove the subdirectory with the command rmdir bobsdir only to receive the error, "No such file or directory." . Which command will remove the directory? A. rmdir…