In the / directory, I use:
ls -alFd /tmp
to check the /tmp directory permissions and I get drwxrwxrwt.
I know rwxrwxrw means user, group, other permissions are read, write and execute.
But I don't know the meaning of the d and t. of the drwxrwxrwt, can someone explain it?