Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[b]$ df -k . [/b]
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s6 10326484 10295 10212925 1% /log
[b]$ df -h . [/b]
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s6 9.8G 10M 9.7G 1% /log
[b]$ mkfile 9g bigfile[/b]
[b]$ ls -l[/b]
total 18883604
-rw------- 1 sambones users 9663676416 Jul 13 10:27 bigfile
[b]$ rm bigfile[/b]
[b]$ df -k .[/b]
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s6 10326484 18446744073701580943 18193893 180439666501373% /log
[b]$ df -h .[/b]
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s6 9.8G 16384E 17G 180439666501377% /log
<<< after waiting a little while >>>
[b]$ df -k .[/b]
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s6 10326484 10295 10212925 1% /log
[b]$ df -h .[/b]
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s6 9.8G 10M 9.7G 1% /log
cable:/log/test: