How does a user get the current date, time in UNIX?
Answers were Sorted based on User's Feedback
Answer / niranjan
command : $ date
date having different options according to reqirement like MMDDYY or day of the week,month name,weekday plenty off:)
$date %c gives current time with date month year
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the use of "fg" command ?
Does cp command overwrite files?
29. How to display top 10 users Who | head -10 | wc –w
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How does the user view the contents of a text file in UNIX?
What is shrinking file system in AIX where it actually resides?
what is tar command and what are the different types of tar commands?
How to redirect standard error to a file?
Write a command to kill the last background job?
What is the procedure of "at" and crontab" commands?
what is the command to list files in a directory in UNIX?
Why is it called a shebang?