[root@linux boot]# ls -lh  --time-style=+"%Y-%m-%d %H:%M:%S"
total 13M
-rw-r--r-- 1 root root  69K 2011-01-14 06:40:04 config-2.6.18-238.el5PAE
-rw-r--r-- 1 root root  69K 2016-09-06 06:26:21 config-2.6.18-412.el5PAE
drwxr-xr-x 2 root root 1.0K 2016-10-19 23:26:18 grub
-rw------- 1 root root 3.3M 2016-10-19 19:50:35 initrd-2.6.18-238.el5PAE.img
-rw------- 1 root root 3.4M 2016-10-19 23:26:18 initrd-2.6.18-412.el5PAE.img
drwx------ 2 root root  12K 2016-10-19 19:45:36 lost+found
-rw-r--r-- 1 root root  79K 2009-03-13 03:06:53 message
-rw-r--r-- 1 root root 110K 2011-01-14 06:40:16 symvers-2.6.18-238.el5PAE.gz
-rw-r--r-- 1 root root 115K 2016-09-06 06:26:27 symvers-2.6.18-412.el5PAE.gz
-rw-r--r-- 1 root root 955K 2011-01-14 06:40:04 System.map-2.6.18-238.el5PAE
-rw-r--r-- 1 root root 972K 2016-09-06 06:26:21 System.map-2.6.18-412.el5PAE
-rw-r--r-- 1 root root 1.8M 2011-01-14 06:40:04 vmlinuz-2.6.18-238.el5PAE
-rw-r--r-- 1 root root 1.9M 2016-09-06 06:26:21 vmlinuz-2.6.18-412.el5PAE
[root@linux boot]# alias ll='ls -lh  --time-style=+"%Y-%m-%d %H:%M:%S"'
[root@linux boot]# ll
total 13M
-rw-r--r-- 1 root root  69K 2011-01-14 06:40:04 config-2.6.18-238.el5PAE
-rw-r--r-- 1 root root  69K 2016-09-06 06:26:21 config-2.6.18-412.el5PAE
drwxr-xr-x 2 root root 1.0K 2016-10-19 23:26:18 grub
-rw------- 1 root root 3.3M 2016-10-19 19:50:35 initrd-2.6.18-238.el5PAE.img
-rw------- 1 root root 3.4M 2016-10-19 23:26:18 initrd-2.6.18-412.el5PAE.img
drwx------ 2 root root  12K 2016-10-19 19:45:36 lost+found
-rw-r--r-- 1 root root  79K 2009-03-13 03:06:53 message
-rw-r--r-- 1 root root 110K 2011-01-14 06:40:16 symvers-2.6.18-238.el5PAE.gz
-rw-r--r-- 1 root root 115K 2016-09-06 06:26:27 symvers-2.6.18-412.el5PAE.gz
-rw-r--r-- 1 root root 955K 2011-01-14 06:40:04 System.map-2.6.18-238.el5PAE
-rw-r--r-- 1 root root 972K 2016-09-06 06:26:21 System.map-2.6.18-412.el5PAE
-rw-r--r-- 1 root root 1.8M 2011-01-14 06:40:04 vmlinuz-2.6.18-238.el5PAE
-rw-r--r-- 1 root root 1.9M 2016-09-06 06:26:21 vmlinuz-2.6.18-412.el5PAE
[root@linux boot]#