Linux

Redirect input and output

May 27,93

You can redirect the input to a program from a file. You can also redirect the output of a program …

Read More

Streams

May 27,93

Inputs to and outputs from programs are known as streams in Linux. The input usually comes from the keyboard and …

Read More

Wildcard

May 27,93

A wildcard in Linux is a symbol or a set of symbols that stands in for other characters. It can be …

Read More

Symbolic links

May 27,93

A symbolic link in Linux is a special type of file that points to other files, instead of pointing to data …

Read More

Hard links

May 27,93

A hard link in Linux is a duplicate directory entry. Both directory entries point to the same file (or more …

Read More

Links

May 27,93

Links in Linux are used to refer to a single file by multiple names. They are used to make files …

Read More
Geek University 2022