cara menghapus folder tempory di hpc bash

srun --pty -n 300 -p shortq7-gpu --nodelist=nodeamd002 -u bash -i
								 (specific node here)

then delete /tmp/username								
Hutch Polecat