ref: 2610d9c83090e53f615e1c877d581062a4da0d57
dir: /ramfs.ms/
.LP To use ramfs by default for /tmp, replace these two lines in $home/lib/profile: .P1 if(! syscall create /tmp/xxx 1 0666 >[2]/dev/null) ramfs # in case we're running off a cd .P2 With these lines: .P1 ramfs bind /tmp /usr/$user/tmp .P2 a use case would be if you don't want to use disk.