which of the following is not the unix command to send email
-
mail
-
mailx
-
Mail
-
email
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
In Unix systems, 'mail', 'mailx', and 'Mail' are all legitimate commands for sending emails. The command 'email' does not exist as a standard Unix email utility. The other three are variations of mail clients available on Unix systems.
AI explanation
mail, mailx, and Mail (capital-M, a common alias/variant on some Unix systems) are all legitimate commands for sending/reading email from a Unix shell. 'email' is not a standard Unix mail-sending command — there's no canonical /usr/bin/email utility — so it's the one that doesn't belong.