Past and Current Python Homeworks

These past two weeks have mostly been looking at our last and next python assignments. The last homework looked like it was going to be quite difficult. However, after starting the homework, I realized that pretty much everything I needed to know was in the assignment description. The links to other websites with examples helped […]

The File System

This week, we learned a little more about the UNIX file system. The file system is similar to that of any other major operating system. There are some exceptions however. For instance, instead of having multiple drives (ie. C:\, D:\), everything is located under the root directory (/) as seen below. All other devices (disk […]

Basic Shell Commands and Python Exercises

Basic Shell Commands This week in ECE 2524, we took a look at some of the basic shell commands listed below. alias diff man rmdir unalias cat echo mkdir script whereis cd exit more source which cp hostname mv ssh whoami chmod less pwd tar ps date ls rm touch grep find head tail ln […]