Posts

Basic commands in Linux

1) touch <filename>

This command is used to create a file in linux.

 

2) cat <filename>

This command is used to open a file in linux.

Read more