Skip to content

Tag: linux

Multiple bash commands in background

I am trying to execute multiple single line commands in the background from php exec(). My script watermarks the video and deletes the original video and rename the watermarked video to the original name. I want to run the whole code in the background. I have tried both round () and curly {} braces but failed…

The domain and search options in resolv.conf

Let’s say you have a resolv.conf file that’s something like this. Then let’s say you just changed it to this. Would these both do the same thing? Is one slightly better than the other? Why would declaring both a domain and search not be recommended? Answer The existence of both keywords are …