Lab 8 - samuel-richardson/Sam-Tech-Journal GitHub Wiki
In this lab we used sysinternals tools associated with disks, files, and processes.
Working set is the amount of memory that is/has been used. Private Bytes is the amount of memory allocated to that process alone.
out runs can be ran by typing autoruns64.exe in the terminal while in the autoruns directory. The -c option gives the data as a csv format.
du can be run by specifying du in the directory where it is downloaded and providing a directory. The -c prints output as csv and the -l option specifies the subdirectory depth.