I get the feeling from other posts on the subject that this might be a delicate topic for hardcore Linux/Unix users, so apologies for any issues there, I'm honestly completely ignorant...
I only recently started using Linux (or maybe it's Unix, I don't know) for my PhD. Please could someone "explain-like-I'm-5" what Unix & Linux each are?
- Why are they both a thing?
- How are they fundamentally different?
- How are they fundamentally the same?
- And, importantly, how do I know which one I'm using?
I'm from a Windows background, although I can't say I know a lot of technical stuff about Windows either...
uname
, what is being displayed? – AdminBee May 29 '20 at 08:23uname -a
. – Chris Davies May 29 '20 at 08:24uname -a
returnsLinux comp-pc-210134.leeds.ac.uk 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
for my University PC, andLinux DESKTOP-4JPTMUR 4.4.0-17763-Microsoft #1217-Microsoft Mon May 05 16:09:00 PST 2020 x86_64 x86_64 x86_64 GNU/Linux
for the Windows machine which I'm currently using to remotey access my University PC.So I'm guessing I'm using Linux
– jonnybolton16 May 29 '20 at 08:28uname
it's kinda tricky. I'll write you an answer – Chris Davies May 29 '20 at 08:44