I just logged remotely to a Linux server on which I want to…

I just logged remotely to a Linux server on which I want to run a program named /home/tux/bin/sat_brute_force that will do some computations for a very long time. Since I share access to that Linux server with other users, I want to run the program as follows: It must run in the background It must use the lowest priority that I can set It must keep running in the background after I logout of the remote server Its output must be preserved in a file Provide the command line that you would use to start this program.

We want to issue a single Bash shell command which will exec…

We want to issue a single Bash shell command which will execute a program named myprog and perform the following redirections; – STDOUT will be redirected to a file named results_only – STDERR will be redirected to a file named errors_only If the file already exists, we simply overwrite it; our shell is not set to prevent this. Select all, if any, of the following shell commands which would fit the bill?

I certify that every single work I will submit to be graded…

I certify that every single work I will submit to be graded in this course will be solely the result of my personal work and knowledge. More specifically, I will not seek help from anyone but the instructor of this course. I will also not use material of any form found on the web without first making sure the instructor authorizes me to do so explicitly in writing; e.g. email.