Step 2 of 9: Getting
Started
Insert the lines
if ( -r /afs/uncc/usr6/jlrobins/public/pvm.cshrc )
then
source /afs/uncc/usr6/jlrobins/public/pvm.cshrc
endif
into your ~/.login.sol8 file so that your .login.sol8
file will contain:
....
# Limit core dumpsize to 1megabyte
limit coredumpsize 1
if ( -r /afs/uncc/usr6/jlrobins/public/pvm.cshrc
) then
source /afs/uncc/usr6/jlrobins/public/pvm.cshrc
endif
if ( ! ${?DT} ) then
... |
Note: The lines you
need to insert are specific to the UNC Charlotte's Unix
network. Please contact your network administrator for any
other systems.
Click here to get the above
coded lines which you will add to login.sol8 file.
Note that .login.sol8 file is hidden, so ls
command will not display it. To display the
.login.sol8 file type ls -a on the Unix screen.
One way to edit the .login.sol8 file, open the file
through a text editor, edit in the desired manner and then
save it.
|