Bloomberg interview question

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

Interview Answers

Anonymous

8 Jul 2016

How do you run the process in the background

Anonymous

31 Aug 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 :)