I have a software need to used in SUSE supporting C-Shell would you please provide me in details the comands or installing files to make the user loged in as C-Shell
Thank you
Try usermod --shell /usr/bin/csh username
Substitute the required name for "username" and make sure rhe path to csh is correct (and that csh is installed).