Benutzer-Werkzeuge

Webseiten-Werkzeuge


freebsd:stat_freebsd

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
freebsd:stat_freebsd [2024-04-20 14:57:36] manfredfreebsd:stat_freebsd [2024-05-04 20:28:10] (aktuell) manfred
Zeile 1: Zeile 1:
 ====== stat (FreeBSD) ====== ====== stat (FreeBSD) ======
  
-  [root@FreeBSD12 ~]# stat '%Y-%m-%d %H:%M:%S' /etc/rc.conf +Dateigröße in Byte ausgeben //(ähnlich wie ''ls -l'')//: 
-  stat: %Y-%m-%d %H:%M:%S: stat: No such file or directory +  [root@FreeBSD14 ~]# stat -f '%%N' /etc/rc.conf 
-  7398799417561757862 610408 -rw-r--r-- 1 root wheel 18446744073709551615 12785 "Jun 18 14:13:52 2016" "Nov 25 22:02:27 2020" "Nov 25 22:02:27 2020" "Jun 18 14:13:52 2016" 13824 33 0x800 /etc/rc.conf+  5264 /etc/rc.conf
  
-  [root@FreeBSD12 ~]# stat -x /etc/rc.conf+  [root@FreeBSD14 ~]# ls -l /etc/rc.local 
 +  lrwxr-xr-x  1 root wheel 23 May 10  2022 /etc/rc.local -> /home/etc/rc.d/rc_local 
 +   
 +  [root@FreeBSD14 ~]# stat -f '%z %N %Y' /etc/rc.local 
 +  23 /etc/rc.local /home/etc/rc.d/rc_local 
 +   
 +  [root@FreeBSD14 ~]# stat -f '%z %N %Y' /home/etc/rc.d/rc_local 
 +  454 /home/etc/rc.d/rc_local 
 + 
 +  [root@FreeBSD14 ~]# stat -t '%Y-%m-%d %H:%M:%S' /etc/rc.conf 
 +  7169357729625349425 1941190 -rw-r--r-- 1 root wheel 18446744073709551615 5264 "2024-02-24 20:14:41" "2024-03-10 17:16:01" "2024-03-10 17:16:01" "2024-02-24 20:14:41" 5632 9 0x800 /etc/rc.conf 
 + 
 +  [root@FreeBSD14 ~]# stat -x /etc/rc.conf
     File: "/etc/rc.conf"     File: "/etc/rc.conf"
-    Size: 12785        FileType: Regular File+    Size: 5264         FileType: Regular File
     Mode: (0644/-rw-r--r--)         Uid: (    0/    root)  Gid: (    0/   wheel)     Mode: (0644/-rw-r--r--)         Uid: (    0/    root)  Gid: (    0/   wheel)
-  Device: 1722667192,18446744072235384998   Inode: 610408    Links:+  Device: 1669245981,18446744072736800817   Inode: 1941190    Links:
-  Access: Sat Jun 18 14:13:52 2016 +  Access: Sat Feb 24 20:14:41 2024 
-  Modify: Wed Nov 25 22:02:27 2020 +  Modify: Sun Mar 10 17:16:01 2024 
-  Change: Wed Nov 25 22:02:27 2020 +  Change: Sun Mar 10 17:16:01 2024 
- +   BirthSat Feb 24 20:14:41 2024
-  [root@FreeBSD12 ~]# stat -t '%Y-%m-%d %H:%M:%S' /etc/rc.conf +
-  7398799417561757862 610408 -rw-r--r-- 1 root wheel 18446744073709551615 12785 "2016-06-18 14:13:52" "2020-11-25 22:02:27" "2020-11-25 22:02:27" "2016-06-18 14:13:52" 13824 33 0x800 /etc/rc.conf+
  
-  [root@FreeBSD12 ~]# stat -x -t '%Y-%m-%d %H:%M:%S' /etc/rc.conf+  [root@FreeBSD14 ~]# stat -xt '%Y-%m-%d %H:%M:%S' /etc/rc.conf
     File: "/etc/rc.conf"     File: "/etc/rc.conf"
-    Size: 12785        FileType: Regular File+    Size: 5264         FileType: Regular File
     Mode: (0644/-rw-r--r--)         Uid: (    0/    root)  Gid: (    0/   wheel)     Mode: (0644/-rw-r--r--)         Uid: (    0/    root)  Gid: (    0/   wheel)
-  Device: 1722667192,18446744072235384998   Inode: 610408    Links:+  Device: 1669245981,18446744072736800817   Inode: 1941190    Links:
-  Access: 2016-06-18 14:13:52 +  Access: 2024-02-24 20:14:41 
-  Modify: 2020-11-25 22:02:27 +  Modify: 2024-03-10 17:16:01 
-  Change: 2020-11-25 22:02:27+  Change: 2024-03-10 17:16:01 
 +   Birth: 2024-02-24 20:14:41
  
   [root@FreeBSD14 ~]# stat Test.webm   [root@FreeBSD14 ~]# stat Test.webm
/home/http/wiki/data/attic/freebsd/stat_freebsd.1713625056.txt · Zuletzt geändert: von manfred