On your Oracle Linux 6 system, you have to configure the eth0 network interface to 100 MB/sec, half duplex without trying to autonegotiate. Which command will
help you configure this requirement?
View the output below. As oracle user, you run the following command on your Oracle Linux 6 system:
[oracle@dbhost ~ ] $
[oracle@dbhost ~] $ nice - - 10 ./myscript.sh &
[1] 2735
[oracle@dbhost ~] $ nice: cannot set niceness: permission denied
Why is the nice command failing?