Q2 Single choice Flag Which of the following commands will set the local machine's timezone to UTC? A cat UTC > /etc/timezone B ln -s /usr/share/zoneinfo/UTC /etc/localtime C date --timezone=UTC D mv /usr/timezone/UTC /etc Correct answer