1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 21:17:56 +01:00
tldr/pages/linux/free.md

20 lines
281 B
Markdown
Raw Normal View History

2014-03-05 07:47:01 +01:00
# 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}}`