in redhat Linux wat is the command to check at ahich date
and time file was created?
Answer Posted / venkat
ls -l
for example:
[root@S30U15VA2 ~]# ls -l
total 256084
-rw-r--r-- 1 root root 1981 Jan 30 2007 anaconda-ks.cfg
Here Jan 30 is the file created time.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Describe the mknod command and when you’d use it.
How do you ask politely?
What are vim commands?
What is FC command?
How do I check storage on linux?
How do you create a file in linux?
What is the role of case sensitivity in affecting the way commands are used?
How do you sort cpu in top command?
What language is a makefile written in?
How do I run whois command?
How find ip address linux?
How do I change shell in linux?
What are the commands in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?