Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project 1 - 3 This project shows you how to use the date command. You should already be at the command line or have a
Project
This project shows you how to use the date command. You should already be at the command line or have a terminal window open for the project. See Project Step for instructions to open a terminal window.
To display your system date:
Type date in the command line, and press Enter.
A date similar to the following appears:
Sat Nov :: EST
You might see the abbreviation EDT Eastern Daylight Time instead of EST Eastern Standard Time or another time zone abbreviation, such as PDT Pacific Daylight Time or CST Central Standard Time Notice also that UNIXLinux use a hour clock.
Type Date in the command line, and press Enter. You see the following system error message:
bash: Date: command not found
The system error message appears because you must enter the date command, like most UNIXLinux commands, in lowercase letters.
To display your system date in UTC:
Type date u in the command line, and press Enter.
A date similar to the following appears:
Sat Nov :: UTC
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started