in redhat Linux wat is the command to check at ahich date
and time file was created?
Answers were Sorted based on User's Feedback
Answer / zaheen
I think ctime command will give the creation time of a file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / nihar
"ls -ltr" gives you detail information of files and
directories.
| Is This Answer Correct ? | 6 Yes | 11 No |
Answer / kuppusamy
There is no option to get the file created time in linux.
| Is This Answer Correct ? | 6 Yes | 11 No |
What is the ipconfig command for linux?
How can we see the default gateway ip ini linux.
What is ls command and what it does?
What is $$ in shell script?
how do u extract files from iso cd images in linux?
Explain about chmod options filename?
What is nbtstat command?
What does pwd mean in linux?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
How do I run a command in linux?
Which are the linux directory commands?