Error Reporting Command
> df -h
Error Code
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
