Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SOLARIS 8

Status
Not open for further replies.

thiruram

MIS
Apr 7, 2017
1
0
0
SG

Hi

I have a test SUN FIRE V100 server with os solaris 8. I tried to use vi editor follow file /etc/default/login and /etc/ssh/sshd_config but got "/var/tmp" No such file directory message.I login root account but still cannot.

If anybody know something about my queries. Kindly reply it. Thanks
 
As [tt]root[/tt]...

Code:
mkdir -p /var/tmp
chmod 1777 /var/tmp

Then try again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top