Most: grep, find, cat, sort, tail, wc, ls, sudo, pgrep.<p>Interesting: comm: <a href="https://linux.die.net/man/1/comm" rel="nofollow">https://linux.die.net/man/1/comm</a><p><i>Compare sorted files FILE1 and FILE2 line by line.<p>With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three contains lines common to both files.<p>-1
suppress column 1 (lines unique to FILE1)<p>-2
suppress column 2 (lines unique to FILE2)<p>-3
suppress column 3 (lines that appear in both files)</i><p>Weak: adduser/useradd (hard to non-interactive), chmod (could use file/dir filter with -R).<p>Least: systemctl, journalctl.