I'm building my first Linux from scratch... now I've reached a point to mount some filesystems that I don't know what they are and what they're meant to do...! these are the commands that I'm gonna use:
mount -vt devpts devpts $LFS/dev/pts
mount -vt proc proc $LFS/proc
mount -vt sysfs sysfs $LFS/sys
mount -vt tmpfs shm $LFS/dev/shm
could somebody explain them to me, please?