Linux
journalctl -fto follow the system log.
File System
/etc/fstabholds a list of devices mounted.partedfor managing partitions.mountdisplays mounted filesystems.lsblklists all block devices, whether mounted or not.mkfsto create file system (formatting)dd if=input_file of=output_file, used for cloning drives, the arguments can be block device or an img file, or an iso file.- Use
-o loop -t iso9660to mount an ISO file. sha256sum -c --ignore-missing sha256sum.txt