InterviewSolution
Saved Bookmarks
| 1. |
How To Query A File That Belongs Which Rpm Package? |
|
Answer»
// To find a FILE owned by which PACKAGE. #rpm -qf /etc/passwd // To find a file owned by which package. |
|