A.annualreval.sh 2>&1 /var/log/reval.log 2> /var/log/reval.err B.annualreval.sh 1>/var/log/reval.log 2>/var/log/reval.err C.annualreval.sh 2>>&1 /var/log/reval.log /var/log/reval.err D.annualreval.sh 1>>/var/log/reval.log 2>/var/log/reval.err
A.Edit the /etc/inittab and comment out the entry that starts the application by placing a at the beginning of the line. B.Use the chitab command. C.Use the rmitab command. D.Edit the /etc/reboot file to remove the entry that starts the application.
A.Preservation B.Migration C.New and complete overwrite D.Repair
A.vi jan.template :%s/Jan/Jul/g :w jul.template :q! B.cat jan.template sed s:Jan:Jul: > jan.template C.vi jan.template :1,$ replace Jan Jul [Esc] ZZ D.vi jan.template :w jul.template :1,$ s/Jan/Jul/g :q!
A.filesystem will contain 100GB files B.filesystem resides on a 32-bit system C.filesystem contains a large number of small files D.filesystem compression is required