NACC Quick Start Guide ====================== Getting Started with NACC VM Space Step 1: Verify Connection - The Main Space should auto-detect this VM node - Check node status: "get node info" - Expected: vm-node-01 showing as Online Step 2: Basic Navigation - List files: "list files in /app" - Change directory: "cd demo" - View current path: "pwd" Step 3: Read Files - Read welcome: "cat demo/welcome.txt" - Read this guide: "cat demo/docs/quickstart.txt" - View project info: "cat demo/projects/web_app.txt" Step 4: Search Content - Find text: "grep -r 'NACC' /app/demo" - List all files: "find /app/demo -type f" - Count files: "find /app/demo -type f | wc -l" Step 5: System Info - Check user: "whoami" - Check path: "pwd" - View directory tree: "tree /app/demo" Tips: - All commands are executed on this VM Space - Files are read-only (demo environment) - Use natural language - the AI will understand!