“Ukuran folder di MB Linux” Kode Jawaban

Ukuran folder di MB Linux

# Just use the du command:
du -sh -- *

# will give you the cumulative disk usage of all non-hidden directories,
# files etc in the current directory in human-readable format.

# You can use the df command to know the free space in the filesystem 
# containing the directory:
df -h .
Merwanski

Tunjukkan ukuran direktori Linux

du -sh /home/george
2.1G    /home/george
Excited Elk

Jawaban yang mirip dengan “Ukuran folder di MB Linux”

Pertanyaan yang mirip dengan “Ukuran folder di MB Linux”

Lebih banyak jawaban terkait untuk “Ukuran folder di MB Linux” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya