return ("FileChmodAction(target=" + str(self.target) +
                ",mode=" + '{0:o}'.format(self.mode) +
                ",context=" + repr(self.file_context) + ")")