Linux: Difference between revisions
Mr. MacKenty (talk | contribs) No edit summary |
Mr. MacKenty (talk | contribs) |
||
Line 34: | Line 34: | ||
== A basic introduction to the Linux filesystem == | == A basic introduction to the Linux filesystem == | ||
This is an embedded viseo from youtube. It may take a moment to load. The full url to the video is here: https://www.youtube.com/watch?v=2qQTXp4rBEE | |||
<html> | <html> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/2qQTXp4rBEE" frameborder="0" allowfullscreen></iframe> | <iframe width="560" height="315" src="https://www.youtube.com/embed/2qQTXp4rBEE" frameborder="0" allowfullscreen></iframe> | ||
</html> | </html> | ||
== References == | == References == |
Latest revision as of 08:53, 9 September 2016
Linux is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution.[1]
The purpose of this page is provide practical resources to student to understand and use Linux. Please read our page about the command line interface
Tools you can use to manage different parts of the Linux operating system:
The OS manages | Linux tools you can use to understand what is going on |
---|---|
Memory | top, htop, free, vmstat |
Processes | top |
Files | File system, df, du, mount, lsof |
Security | fstab, last, who, /var/log/auth.log |
CPU Scheduling | perf |
Devices, Device I/O | iotop, iostat |
Interrupts | perf |
Networks | netstat, top, tcpdump, iptraf, iftop, nmon |
A basic introduction to the Linux filesystem[edit]
This is an embedded viseo from youtube. It may take a moment to load. The full url to the video is here: https://www.youtube.com/watch?v=2qQTXp4rBEE