Categories: Hostripples Featured

`/var/empty/sshd/etc’: No Such file or directory

Hello All,

You might get the “cp: cannot create regular file `/var/empty/sshd/etc’: No Such file or directory” while starting the ssh service some time, to solve it you just need to create the directory with same path using below commands :

root@mylocalhost [~]# /etc/init.d/sshd start

cp: cannot create regular file `/var/empty/sshd/etc’: No such file or directory

This error is due to the missing folder /var/empty/sshd/etc.

To sort this you can use the following steps:

root@mylocalhost [~]# mkdir -p /var/empty/sshd/etc

root@mylocalhost [~]# chmod 755 /var/empty/sshd/etc

root@mylocalhost [~]# chown root.root /var/empty/sshd/etc

Now try restarting SSH.

root@mylocalhost [~]# /etc/init.d/sshd start

Starting sshd:                                             [  OK  ]

root@mylocalhost [~]#

Regards,

 


HR-ADMIN

Recent Posts

Updated cPanel License Price in Jan 2025: A Comprehensive Guide

Are you ready for another cPanel price adjustment? As we have approached January 2025, cPanel has rolled out significant changes…

2 weeks ago

Finding Your Fit: Website Builder or WordPress for Your Site?

In this growing digital world, having a website is not enough—it’s a crucial and much-needed option. But here's the challenge…

2 weeks ago

From Hobbyist to Professional: Selling Photos Online

In today's digital age, the line between hobby photography and professional photography has become increasingly blurred. With the rise of…

3 weeks ago

Windows Web Hosting: Essential Insights for Beginners

Are you taking your first steps into the world of web hosting? You're not alone. Every day, countless individuals and…

3 weeks ago

Crafting a Professional Email: Step-by-Step Guide

Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…

1 month ago