mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Kg/filesystem (#2530)
* Refactores filesystem doc. Signed-off-by: kagarmoe <kgarmoe@chef.io> * Removes file Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
parent
5a5afb11e2
commit
f5acd5d34e
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,8 @@ title: About the filesystem Resource
|
|||
|
||||
# filesystem
|
||||
|
||||
Use the `filesystem` InSpec resource to audit filesystem disk space usage
|
||||
Use the `filesystem` InSpec resource to audit filesystem disk space usage.
|
||||
|
||||
<br>
|
||||
|
||||
## Syntax
|
||||
|
@ -17,12 +18,12 @@ A `filesystem` resource block declares tests for disk space in a partion:
|
|||
|
||||
where
|
||||
|
||||
* `filesystem('/')` states that it will be looking at the root (/) partition
|
||||
* `size` is measured in megabytes (MB)
|
||||
* `filesystem('/')` states that the resource will look at the root (/) partition.
|
||||
* `size` is measured in megabytes (MB).
|
||||
|
||||
<br>
|
||||
|
||||
## Examples
|
||||
## Resource Property Examples
|
||||
|
||||
The following examples show how to use this InSpec audit resource.
|
||||
|
||||
|
|
Loading…
Reference in a new issue