Bloomberg Interview Question

How do you find your linux system is 32 bit or 64 bit?

Interview Answers

Anonymous

Jul 8, 2016

How do you run the process in the background

Anonymous

Aug 31, 2016

32-bit vs 64-bit: uname -a (or check of the /lib64 folder exists). Process in the background ... our beloved '&' character put after the command :)