Inhaltsverzeichnis

FreeBSD

Allgemeines

FreeBSD 14

etwas über Kommandos

[root@freebsd ~]# ls -l test.txt
-rw-r--r--  1 root  wheel  40907 Sep 10  2022 test.txt

[root@freebsd ~]# ls -lD '%F %T' test.txt
-rw-r--r--  1 root  wheel  40907 2022-09-10 12:51:18 test.txt

Damit mehr Unternehmen FreeBSD unterstützen, bitte dieses Programm installieren, damit auch diese FreeBSD-Installation auf der Seite "https://www.bsdstats.org/" gezählt wird:

> pkg install sysutils/bsdstats
> echo 'monthly_statistics_enable="YES"' >> /etc/rc.conf.local
> echo 'monthly_statistics_report_devices="YES"' >> /etc/rc.conf.local

spezielle Kommandos

will man geschützte Systemdateien löschen, dann kann man so den Schutz aufheben (Das ist aber sau gefährlich!):

> chflags -R noschg *
> rm -fr *

top

top mem
Mem: 2866M Active, 2362M Inact, 277M Laundry, 55G Wired, 2006M Free
ARC: 43G Total, 20G MFU, 16G MRU, 3277K Anon, 365M Header, 6351M Other
     30G Compressed, 52G Uncompressed, 1.72:1 Ratio

Die Werte in der top-Ausgabe von FreeBSD beschreiben den Zustand des physischen Speichers (Mem) und des ZFS ARC-Caches (ARC).