Linux command Error- nohup:ignoring input and appending output to ‘nohup.out’
Error : When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very easily. Command : nohup start-seodaily-queue.sh /dev/null & To avoid the above message you need to start it like : nohup start-seodaily-queue.sh </dev/null &>/dev/null & Note : Replace start-seodaily-queue.sh…
