The commonly used UNIX commands like date, ls, cat, etc. are stored in A. /dev directory B. /bin and /usr/bin directories C. /tmp directory D. /unix directory E. None of the above

[amp_mcq option1=”/dev directory” option2=”/bin and /usr/bin directories” option3=”/tmp directory” option4=”/unix directory E. None of the above” correct=”option2″]

The correct answer is: B. /bin and /usr/bin directories.

The /bin directory contains executable files that are essential for the operation of the system. These files are typically used by the system administrator and other users with root privileges. The /usr/bin directory contains executable files that are not essential for the operation of the system, but are still commonly used by users.

The /dev directory contains special files that represent hardware devices. These files are used by the operating system to communicate with hardware devices.

The /tmp directory is a temporary directory that is used to store files that are not needed permanently. These files are typically deleted when the system is rebooted.

The /unix directory is not a standard directory on Unix systems. It may be used by some systems to store system files, but it is not a standard location for executable files.