linux_wiki:df_permission_denied

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:df_permission_denied [2019/05/25 23:50]
linux_wiki:df_permission_denied [2019/05/25 23:50] (current)
Line 1: Line 1:
 +====== Df Permission Denied ======
 +
 +**General Information**
 +
 +Fixing the 'permission denied' message when doing a 'df' command. 
 +
 +**Checklist**
 +  * Distro(s): Any
 +
 +----
 +
 +====== df permission fix ======
 +
 +**Example df Permission denied output**<code bash>[user@system ~]$ df -hT
 +df: `/var/lib/nfs/rpc_pipefs': Permission denied
 +Filesystem           Type   Size  Used Avail Use% Mounted on
 +/dev/mapper/vglocal-lvroot
 +                     ext4   3.9G  2.4G  1.3G  66% /</code>
 +
 +**The Solution**<code bash>chmod o+rX /var/lib/nfs</code>
 +
 +----
  
  • linux_wiki/df_permission_denied.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)