[DEBUG] Linux resolve df command error ‘df: cannot read table of mounted file systems: Permission denied’

Error Code:

> df -h
df: cannot read table of mounted file systems: Permission denied

Analysis:

If we are in this situation, after we use top command, we can see follow promotion

> top
Error, do this: mount -t proc proc /proc

Solution:

# mount -t proc proc /proc