2
`htop`이`ps`보다 더 많은 프로세스를 표시하는 이유
에서 ps xf 26395 pts/78 Ss 0:00 \_ bash 27016 pts/78 Sl+ 0:04 | \_ unicorn_rails master -c config/unicorn.rb 27042 pts/78 Sl+ 0:00 | \_ unicorn_rails worker[0] -c config/unicorn.rb 에서 다음 htop과 같이 나타납니다. htop이 ps보다 더 많은 프로세스를 표시하는 이유는 무엇입니까?