debian@beaglebone:/var/lib/cloud9$ cd
debian@beaglebone:~$ pwd
/home/debian
debian@beaglebone:~$ uname -a
Linux beaglebone 4.4.83-ti-r119 #1 SMP Thu Aug 17 06:39:24 UTC 2017 armv7l GNU/Linux
debian@beaglebone:~$ cat /etc/dogtag
BeagleBoard.org Debian Image 2017-08-24
debian@beaglebone:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 217M 0 217M 0% /dev
tmpfs 49M 4.9M 44M 10% /run
/dev/mmcblk0p1 3.3G 1.6G 1.5G 51% /
tmpfs 244M 0 244M 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 244M 0 244M 0% /sys/fs/cgroup
debian@beaglebone:~$ cd /opt/scripts/tools/
debian@beaglebone:/opt/scripts/tools$ git pull
fatal: unable to access 'https://github.com/RobertCNelson/boot-scripts/': Could not resolve host: github.com
debian@beaglebone:/opt/scripts/tools$ sudo git pull
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for debian:
fatal: unable to access 'https://github.com/RobertCNelson/boot-scripts/': Could not resolve host: github.com
debian@beaglebone:/opt/scripts/tools$
Tom