if work is done using linux terminal , why would one use linux OS ? If I use putty , or WSL to get terminal , in what scenario would i require linux os . Why should I choose linux over windows? some sample cases?
Since WSL is just a Ubuntu environment on Windows, you may not need to install a Linux virtual system. Personally, I’m not big on Windows. But some people like it a lot!
so thats the question , why would I install linux os , for what ? if all the work is done htrough terminal only and then there are many other tools to get the linux terminal , what is the need of learning and getting linux OS ?
You’re probably misunderstanding, what a “Linux Terminal” is. A “terminal emulator” application does not work on its own, it has to be connected to a running Linux OS, either via network (PuTTY, Moba Xterm, other ssh clients), or via internal Host-VM connections (WSL, VirtualBox, VMware, etc.) or directly accessing TTY from a system installed on a “bare-metal” . The Linux OS is always there, “at the other end of your terminal”, you only decide whether you’re running a remote terminal connection or a local terminal.