Hi,
The following command will show some files on the system, but not all of them:
switch# diag
switch# diag storage filesystem all list
You can use the Linux shell on the switch to list all the files there.
The output of your command is redirected to a file in the "/tmp" directory. Here an example how to check it via the shell:
switch# start-shell
switch:~$ ls /tmp
switch:~$ cat /tmp/abc.txt
Original Message:
Sent: Mar 15, 2023 05:38 PM
From: lshih
Subject: How do we check local files in 6300M?
Not sure if I should post my question here.
Just wonder where the output/redirected files go/save to and how do we show local storage of 6300M?
show running-config | redirect "abc.txt"
Thanks.