Domanda di colloquio di Bloomberg

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

Risposte di colloquio

Anonimo

8 lug 2016

How do you run the process in the background

Anonimo

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