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,

 


`/var/empty/sshd/etc’: No Such file or directory, Hostripples Web Hosting`/var/empty/sshd/etc’: No Such file or directory, Hostripples Web Hosting
HR-ADMIN
AddThis Website Tools

Recent Posts

Discover the SEO Trends That Will Define 2025Discover the SEO Trends That Will Define 2025

Discover the SEO Trends That Will Define 2025

Hold onto your keyboards, fellow digital enthusiasts! The future of SEO is racing towards us faster than a Google algorithm…

4 days ago
The Ultimate Beginner’s Playbook for Instagram MarketingThe Ultimate Beginner’s Playbook for Instagram Marketing

The Ultimate Beginner’s Playbook for Instagram Marketing

What Is Instagram Marketing? Instagram Marketing includes using the platform to advertise your business or personal brand to increase visibility,…

1 week ago
The Ultimate Guide to DIY Website Builders for EntrepreneursThe Ultimate Guide to DIY Website Builders for Entrepreneurs

The Ultimate Guide to DIY Website Builders for Entrepreneurs

Ah, the joys of building a website! Picture this: You're sitting there in your pajamas, coffee in hand, ready to…

3 weeks ago

Don’t Ignore These 11 Signs You Need a Hosting Upgrade

Are you feeling like your website is running in slow motion? It can be frustrating when your online presence doesn't…

4 weeks ago

PrestaShop vs OpenCart: Which Is Right for Your Business?

Are you ready to take your online store to the next level? Whether you're running a PrestaShop or OpenCart platform,…

1 month ago