# File lib/specinfra/command/freebsd/v6/user.rb, line 11 def get_home_directory(user) "pw user show #{escape(user)} | cut -f 9 -d ':'" end