Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
rlogin and .profile
Name: marion Date: December 20, 2004 at 08:33:03 Pacific OS: AIX 5.2 CPU/Ram: don't know
Comment:
Hi all! Is there a way to load the .profile file in case of rlogin? Is there any equivalent file the can be loaded instead a that one?
Summary: I have created a custom nologin shell named nologinksh that looks like this. #!/bin/ksh DATE=`date |sed 's/:.. .*//'` LAST=`last -1 |grep "$LOGNAME.*$DATE"` if [ "$LAST" ]; then echo "Remote l...
Summary: We upgraded a Solaris 6 server to Solaris 8 server. After I installed Solaris 8 OS to the file server, I copied the user’s home directory “/export/home/” from the old hard drive to the new file server...
Summary: This question seems to be cropping up a lot. Telnet does nto support this, thats why there is the 'rlogin' command. Either use rlogin and setup trusts between the machines or look at a program that ch...