find home directory paths for all users

How to find al the user's home directories?

What has your question to do with thread subject?

cat /etc/passwd to see home dirs of users.
eg if all of them under /export/home,
ls -l /export/home to list users dir and permisssions