the following script is not working in my terminal
#!/bin/bash
cd ~/workspace/QBox
sudo chown root:root vsftpdconf
sudo mkdir /usr/share/empty
i am getting command not found.
the following script is not working in my terminal
#!/bin/bash
cd ~/workspace/QBox
sudo chown root:root vsftpdconf
sudo mkdir /usr/share/empty
i am getting command not found.
Make sure that the script file is in executable mode.