# File lib/keystone/os/unix.rb, line 25
def
process_list
`/bin/ps -ef`
.
chomp
end