# File lib/specinfra/command/solaris/v10/file.rb, line 38 def get_mode(file) "perl -e 'printf \"%o\", (stat shift)[2]&07777' #{escape(file)}" end