top_system_uid#

Return the highest uid treated as a system account for ancestor ownership checks.

תקציר#

my $uid = File::Temp::top_system_uid();

מה מוחזר#

The integer 0 (root).

הבדלים מן ה-upstream#

  • Upstream defaults this value to 10; pperl returns 0 because the elevated safety levels that consume it are not implemented. Covered by t/81-xs-native/File-Temp/*.t.

ראו גם#

  • safe_level - the setting this value participates in.