diff --git a/pages/linux/pacrepairfile.md b/pages/linux/pacrepairfile.md new file mode 100644 index 00000000000000..ecdabba86259ed --- /dev/null +++ b/pages/linux/pacrepairfile.md @@ -0,0 +1,24 @@ +# pacrepairfile + +> Reset properties on files managed by alpm. +> More information: . + +- Search for the package and reset the properties of a file: + +`pacrepairfile {{path/to/file}} --package` + +- Reset a file quietly: + +`pacrepairfile {{package_name}} --quiet --package` + +- Reset specific file properties (mode, owner UID, group GID, or modification time): + +`pacrepairfile {{package_name}} --{{mode|gid|mtime|uid}} --package` + +- Display help: + +`pacrepairfile --help` + +- Display version: + +`pacrepairfile --version`