-- /bin/chown - Change file owner. local owner = arg[1] local path = arg[2] if not owner or not path then return "chown: missing operand" end return bettola.chown(context, owner, path)