{
"/": {
"bin": "dir",
"etc": "dir",
"home": "dir",
"usr": "dir",
"var": "dir",
"root": "noperms",
"sys": "noperms"
},
"/home/": {
"guest": "dir"
},
"/home/guest/": {
"file1.txt": "this is the content of file1
i like cheese :)",
"projects": "dir"
},
"/home/guest/projects/": {
"personal": "dir"
},
"/home/guest/projects/personal/": {
"discord_bot_builder": "dir"
},
"/home/guest/projects/personal/discord_bot_builder/": {
"about.txt": "This project is a personal project of mine. The goal is that you can easily create discord bots, with commands, to automate some stuff in your discord server!",
"links.txt": "GitHub: https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/"
},
"/bin/": {
"clear": "executable program",
"ls": "executable program",
"whoami": "executable program",
"cd": "executable program",
"pwd": "executable program",
"cat": "executable program",
"help": "executable program",
"info": "executable program"
},
"/etc/": {
"passwd": "user account information
root:x:0:0:root:/root:/bin/bash
guest:x:1000:1000::/home/guest:/bin/bash",
"hostname": "HerpDerpOS 1.0.13
",
"hosts": "127.0.0.1 localhost
::1 localhost"
},
"/usr/": {
"bin": "dir",
"lib": "dir",
"share": "dir"
},
"/usr/bin/": {
"grep": "executable program",
"find": "executable program"
},
"/var/": {
"log": "dir",
"www": "dir"
},
"/var/log/": {
"messages": "system and application messages
...",
"secure": "authentication and authorization logs
..."
},
"/var/www/": {
"html": "dir"
},
"/var/www/html/": {
"index.html": "