mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
commit
68022e93ff
1 changed files with 19 additions and 0 deletions
19
pages/linux/free.md
Normal file
19
pages/linux/free.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# free
|
||||
|
||||
> Display amount of free and used memory in the system
|
||||
|
||||
- Display system memory
|
||||
|
||||
`free`
|
||||
|
||||
- Display memory in Bytes/KB/MB/GB
|
||||
|
||||
`free {{-b/-k/-m/-g}}`
|
||||
|
||||
- Display memory in human readable units
|
||||
|
||||
`free -h`
|
||||
|
||||
- Continuous monitor memory (refresh every X seconds)
|
||||
|
||||
`free -s {{X}}`
|
Loading…
Add table
Reference in a new issue