sudo not found cmd code example
Example 1: sudo cd command not found
sudo -i
cd /var/named
Example 2: sudo: apt: command not found
If apt is not found so Linux is CentOS which is RedHat-based
RedHat installs use yum not apt-get
sudo -i
cd /var/named
If apt is not found so Linux is CentOS which is RedHat-based
RedHat installs use yum not apt-get