Help for this page

Select Code to Download


  1. or download this
      # we override these in the test suite to avoid having to be root
      ...
      sub stat { return CORE::stat(@_); }
    
  2. or download this
      # if a user has been specified, first get their UID (from their
      # username if necessary).
    ...
    
      # root can read and write anything, can execute anything
      # with any x bit set