Method: Specinfra::Command::Base::File.get_owner_user
- Defined in:
- lib/specinfra/command/base/file.rb
.get_owner_user(file) ⇒ Object
112 113 114 |
# File 'lib/specinfra/command/base/file.rb', line 112 def get_owner_user(file) "stat -c %U #{escape(file)}" end |