13 lines
103 B
Plaintext
Executable File
13 lines
103 B
Plaintext
Executable File
get_fs_stats ()
|
|
{
|
|
# Save the file system statistics
|
|
|
|
df -k
|
|
echo "\n"
|
|
mount
|
|
echo "\n"
|
|
lsfs
|
|
echo "\n"
|
|
}
|
|
|