Method: Specinfra::Command::Freebsd::Base::File.get_owner_user
- Defined in:
- lib/specinfra/command/freebsd/base/file.rb
permalink .get_owner_user(file) ⇒ Object
[View source]
17 18 19 |
# File 'lib/specinfra/command/freebsd/base/file.rb', line 17 def get_owner_user(file) "stat -f%Su #{escape(file)}" end |