Report this

What is the reason for this report?

create a new ssh unser with webmin

Posted on October 21, 2015

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

  1. / bin / sh
  2. / bin / csh
  3. / bin / false
  4. / bin / bash
  5. / usr / sbin / nologin
  6. / bin / sync
  7. / bin / dash
  8. / bin / rbash

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.

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.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.