What output will be displayed when the user fred executes the following command?
echo ‘fred $USER’
A . fred fred
B . fred /home/fred/
C . ‘fred $USER’
D . fred $USER
E . ‘fred fred’
Answer: A
What output will be displayed when the user fred executes the following command?
echo ‘fred $USER’
A . fred fred
B . fred /home/fred/
C . ‘fred $USER’
D . fred $USER
E . ‘fred fred’
Answer: A