Which of the following commands can you use to see which EOS versions are stored on the switch’s flash drive (assuming a freshly booted switch)?
Which of the following commands can you use to see which EOS versions are stored on the switch’s flash drive (assuming a freshly booted switch)?
To check which EOS versions are stored on the switch's flash drive, you can use the command 'bash ls /mnt/flash'. This command lists the files and directories in the specified location, which should include the EOS versions stored on the switch. The 'dir flash' command is incorrect because it attempts to list a directory that does not exist, resulting in an error. Similarly, 'dir' by itself does not provide information about the flash's contents. Thus, the correct option is 'bash ls /mnt/flash'.
A does not work. There is no folder called flash in flash SWITCH#dir flash Directory of flash:/flash % Error listing directory flash:/flash (No such file or directory) B. Yes. You can read the file name of the SWI C. Same as above D. No since A does not work There for B,C
dir flash command is not show EOS version, the correct is dir flash:
A is correct too if it is "dir flash:" (last caracter missing in the text). So "D", all of the above, can be a correct answer.
The correct answer is C, if you try to enter dir it will be return the same result as dir flash: