1
2
3
4
5
6
7
8
9
10
11
12
13 | $ sudo snap install --devmode hello-world hello-world (stable) 6.3 from 'canonical' installed $ sudo /snap/bin/hello-world.shLaunching a shell inside the default app confinement. Navigate to your app-specific directories with: $ cd $SNAP $ cd $SNAP_DATA $ cd $SNAP_USER_DATA bash-4.3# sudo id uid=0(root) gid=0(root) groups=0(root) |