view level1/sys/attr.hp @ 2848:94197db917c9 lwtools-port

Makefiles: Call OS9ATTR with multiple files (part 1) Instead of spawning a os9 process for each file, call it once with the whole bunch of files. This can speed up the build process significantly when applied globally. For now, do the special cases having "notdir".
author Tormod Volden <debian.tormod@gmail.com>
date Fri, 12 Jul 2013 00:01:00 +0200
parents 1f6c644006f1
children
line wrap: on
line source

@ATTR
Syntax: Attr filename [<opts>] [<perms>]
Usage : Examine or change the security permissions of a file
Opts  :
  -perm = turn off specified permission
   perm = turn on specified permission
  -a = inhibit printing of attrs after change     
Perms :
  d - directory file
  s - non-sharable file
  r - read permit to owner
  w - write permit to owner
  e - execute permit to owner
  pr - read permit to public
  pw - write permit to public
  pe - execute permit to public