Skip to main content Skip to navigation

Linux commands

nohup ./command > command.txt & Runs a command in background, output to command.txt
ps -ef Full listing of all processes
ln -s {target-filename} {symbolic-filename} Make a soft link

Queue commands

qstat -at public List entries in public queue
   

nohup ./command > command.txt &