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 […]