Added the checkown applet based on the work by Renato Caldas, #192682

checkdir ensures that the specified files (or directories) are owned
by the current user/group or as specified on the command line. You can
optionally check permissions too.
This commit is contained in:
Roy Marples
2007-09-19 16:27:37 +00:00
parent a74dd430d5
commit b6aa1c857c
8 changed files with 197 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
* Released under the GPLv2
*/
int checkown (int argc, char **argv);
int env_update (int argc, char **argv);
int fstabinfo (int argc, char **argv);
int mountinfo (int argc, char **argv);