# File lib/fssm/pathname.rb, line 412
    def lchown(owner, group)
      File.lchown(owner, group, self)
    end