In which order should the commands run to update Ubuntu?
- ssh user@server-name
- sudo reboot
- sudo apt-get update
- sudo apt-get upgrade
1
\(1 \rightarrow 2 \rightarrow 3 \rightarrow 4\)
2
\(1 \rightarrow 3 \rightarrow 2 \rightarrow 4\)
3
\(3 \rightarrow 4 \rightarrow 2 \rightarrow 1\)
4
\(1 \rightarrow 3 \rightarrow 4 \rightarrow 2\)