There's no documentation for this item.
# File fileutils.rb, line 985 def fu_get_gid(group) #:nodoc: return nil unless group if /\A\d+\z/ =~ group then group.to_i else Etc.getgrnam(group).gid end end
<code/>
<pre/>
<code/>and<pre/>for code samples.