hi … i want to ask about linux . perhaps no one knows the function of the following Linux command ? at the time wanted to make unser ssh with webmin , the shell column contained the following command
what the function of each command it ? please help
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
These are different possible shells (the shell provides the command line interface that you use when you are logged in). Some of these may not be installed on your system and others, like
/usr/sbin/nologin
are there to prevent a login at all. Generally you would want to select/bin/sh
or/bin/bash
which are installed by default in all OS options and will provide a familiar Linux CLI experience.