Files
mastering-unix-ss/chapter23/function_check_for_broken_filesets
Fabio Scotto di Santolo 4cc88d2f6e initial commit
2020-07-28 19:28:25 +02:00

8 lines
91 B
Plaintext
Executable File

check_for_broken_filesets ()
{
# Check the system for broken filesets
lppchk -vm3 2>&1
}