initial commit
This commit is contained in:
12
chapter23/function_get_fs_stats
Executable file
12
chapter23/function_get_fs_stats
Executable file
@@ -0,0 +1,12 @@
|
||||
get_fs_stats ()
|
||||
{
|
||||
# Save the file system statistics
|
||||
|
||||
df -k
|
||||
echo "\n"
|
||||
mount
|
||||
echo "\n"
|
||||
lsfs
|
||||
echo "\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user