man(1) Manual page archive


     FMODE(1)                                                 FMODE(1)

     NAME
          fmode - fix file modes

     SYNOPSIS
          fmode [ -f ] src [ dst ... ]

     DESCRIPTION
          Fmode may be used to fix file modes.

          With -f it does not report deletions.

     EXAMPLE
          ; 6.fmode /mnt/term/usr/quanstro/nix-os/^$p $p
          # cc.a8: deleted
          # cc.a5: deleted
          # cc.a6: deleted
          chmod 664 acid.c
          chmod 664 bits.c

     SOURCE
          /sys/src/cmd/fmode.c