Method: Specinfra::Command::Aix::Base::File.check_is_accessible_by_user

Defined in:
lib/specinfra/command/aix/base/file.rb

.check_is_accessible_by_user(file, user, access) ⇒ Object


3
4
5
# File 'lib/specinfra/command/aix/base/file.rb', line 3

def check_is_accessible_by_user(file, user, access)
  "su -s sh -c \"test -#{access} #{file}\" #{user}"
end