j
k
j a
j l
From: Markus Falb markus.falb@fasel.at
For example, mysql-server is adding mysql user with uid 27 Is this something I can ask the rpm db?
rpm -qa | sort | while read PKG; do echo $PKG; rpm -q --scripts $PKG | grep -- "-u 27"; done
JD
Back to the thread
Back to the list