L120: Linux System Administration II

lsof -c bash -- files open by bash shells. lsof -d cwd -- all directories open as current working dir in bash. lsof /dev/sda1 -- anything open on that filesystem. lsof /Gandalf/data -- anything open in that directory structure (and subs) Mastering Time system-config-date -- date, ntpd, timezone, etc gui. cat /etc/sysconfig/clock ................
................