LNX255 – Week 01 Notes
© 2020-2022 M. Heidenreich, Seneca College
,Lesson Overview
●
Unix Philosophy vs. Reality
●
Unix OS Model
●
The Role of Linux
●
Linux Shell
●
Command Structure & Editing
●
Basic Commands
●
Getting Help with Commands
●
Working Remotely
© 2020-2022 M. Heidenreich, Seneca College
, The Unix Philosophy
●
Do one thing really well
●
Commands do one task in a very efficient fashion
●
Commands can be connected using pipes to build more powerful functionality
●
Everything is a file
●
Regular file, directory, printer, terminal and so on – they are all files
●
This simplifies their use, as sending data to printer or display is very similar
●
Output from a command can be easily redirected to a desired destination
●
There is plenty of documentation
© 2020-2022 M. Heidenreich, Seneca College
© 2020-2022 M. Heidenreich, Seneca College
,Lesson Overview
●
Unix Philosophy vs. Reality
●
Unix OS Model
●
The Role of Linux
●
Linux Shell
●
Command Structure & Editing
●
Basic Commands
●
Getting Help with Commands
●
Working Remotely
© 2020-2022 M. Heidenreich, Seneca College
, The Unix Philosophy
●
Do one thing really well
●
Commands do one task in a very efficient fashion
●
Commands can be connected using pipes to build more powerful functionality
●
Everything is a file
●
Regular file, directory, printer, terminal and so on – they are all files
●
This simplifies their use, as sending data to printer or display is very similar
●
Output from a command can be easily redirected to a desired destination
●
There is plenty of documentation
© 2020-2022 M. Heidenreich, Seneca College