> Is there a way to list the kernels present on the system?

rpm -q kernel
 
> Also, how much space does a kernel take up?

rpm -qi kernel

or, if you want to get fancy:

rpm -q --queryformat "%{NAME}-%{VERSION}-%{RELEASE}: %{SIZE}\n" kernel




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to