8 lines
91 B
Plaintext
Executable File
8 lines
91 B
Plaintext
Executable File
check_for_broken_filesets ()
|
|
{
|
|
# Check the system for broken filesets
|
|
|
|
lppchk -vm3 2>&1
|
|
}
|
|
|