Hi pditty
tc@box:/home$ ls -la
-rwxrwxrwx    1 root    root        34112 Apr 21 19:18 test
Just a minor technicality,  /home  is not your home directory. It is the directory that contains the home directories of all the users.
If you are user  tc  which is the default in Tinycore, then your home directory is  /home/tc/.  If you also had user  pditty,  then that
users home directory would be  /home/pditty.
To get to your home directory, just enter:
tc@box:/home$ cd
tc@box:~$You are now in your home directory.