ITEC3116 SNAL Lecture 14 File Redirection
ITEC3116 SNAL Lecture 14 File Redirection
ITEC 3116
File Permissions in Linux
Lecture 14-Week 10,
April 2023.
Recap of the previous Lecture
What is Redirection?
Redirection is a feature in Linux such
that when executing a command, you
can change the standard input/output
devices.
The basic workflow of any Linux
command is that it takes an input and
give an output.
Redirection…