Skip to content

Linux file management

Yaroslav Gosudarkin edited this page Apr 28, 2023 · 2 revisions

see total of dirs disk space

sudo du -csh /xfs/docker/ 2> >(grep -v 'cannot')

Untar archive

tar –xvzf documents.tar.gz

Clone this wiki locally