1829469 Members
1682 Online
109991 Solutions
New Discussion

Kind of shell ...

 
SOLVED
Go to solution
Manuales
Super Advisor

Kind of shell ...

Hi ...
what is the profile that uses ksh?

.cshrc
.exrc
.login
.profile
.rhosts
.sh_history

what kind of shell uses above profiles shown?

thaks.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Kind of shell ...

ksh, borne shell, and POSIX shell use .profile.

csh uses .cshrc then uses .login only on inital login.

The others are not shell profiles so your question really is not a good fit for these.

.exrc --- initialization file for vi editor
.rhosts --- used for remote user authenication by 'r' commands (remsh, rexec, rcp, ...)

.sh_history is a shell history file
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: Kind of shell ...

ksh, borne shell, and POSIX shell use .profile.

csh uses .cshrc then uses .login only on initial login.

The others are not shell profiles so your question really is not a good fit for these.

.exrc --- initialization file for vi editor
.rhosts --- used for remote user authenication by 'r' commands (remsh, rexec, rcp, ...)

.sh_history is a shell history file
If it ain't broke, I can fix that.