Is the “chsh” command available in Cygwin

cygwin;

There is a "chsh" file in /etc/bash_completion.d . When I type "./chsh" in the directory /etc/bash_completion.d , nothing happens. Why?

If the "chsh" utility is disabled in Cygwin, are there ways to turn it on?
If it's disabled, does it imply that all the utilities in /etc/bash_completion.d are disabled in Cygwin?

Update: It seems that the "chsh" utility isn't in any package of Cygwin. Is that right?

Best Answer

The file in /etc/bash_completion.d is a library of command-line completion functions. It is not the chsh command.

Related Question