`/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 […]

Everything to Know About SFTP– Secure File Transfer Protocol?

In this blog we are going to take a look at SFTP or Secure File Transfer Protocol. SFTP is basically “SSH File Transfer Protocol!” And it transfers the data securely by using encryption. SFTP works as a subsystem of SSH and shares the same port. What SSH is configured for which is port number 22 […]

Important cPanel Scripts

WHM/cPanel Scripts are located in /scripts/ /scripts/adddns – Adds a DNS zone. /scripts/addnetmaskips – Add the netmask 255.255.255.0 to all IPs that have no netmask. /scripts/addnobodygrp – Adds the group nobody and activates security. /scripts/addpop – Add a Pop Account. /scripts/addservlets – Add JSP support to an account (requires tomcat). /scripts/adduser – Add a user […]