linux shell

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

PATH environment variable

May 27,93

One of the most important environment variables on Linux operating systems is the PATH variable. This variable holds the colon-separated …

Read More
Geek University 2022