Using a Linux machine, you have the following directory tree:
/
|-- home
| |-- cindy
| |-- Pictures
| |--Alaska
| |--Canada
| |-- Movies
|-- var
If your current path is /home/cindy/Pictures/Canada, and you want to change to the Alaska directory, which of the following commands can you use? Check all that apply.O cd ~/Pictures/Alaska
O cd ../Alaska
O cd /Pictures/Alaska
O cd /home/cindy/Pictures/Alaska