Differences between revisions 2 and 3
Revision 2 as of 2009-06-27 20:19:47
Size: 83
Editor: SamatJain
Comment:
Revision 3 as of 2011-04-13 07:43:56
Size: 213
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

== RPM ==

{{{#!highlight sh
# What packages use the most disk space?
rpm -q -a --qf '%10{SIZE}\t%{NAME}\n' | sort -n
}}}

Disable SELinux

/usr/sbin/setenforce 0

RPM

   1 # What packages use the most disk space?
   2 rpm -q -a --qf '%10{SIZE}\t%{NAME}\n' | sort -n


CategoryCheatSheet

SamatsWiki: CheatSheet/Fedora (last edited 2017-08-11 19:53:22 by SamatJain)