File Explorer

/proc/self/root/proc/self/root/proc/self/root/proc/1/root/usr/bin

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

pydoc3.978 B · 6 lines
#!/usr/bin/python3.9 import pydocif __name__ == '__main__':    pydoc.cli()