Shell is command-line interpreter that provides a user interface on Linux operating system. These is where user can execute the commands on the server. You can check the Shell you are currently logged in with as follows echo $SHELL root@vps [~]# echo $SHELL /bin/bash If you wish to change the current login Shell of the […]
See More