Files in Linux

Files are used to store information on persistent secondary storage. FIles and processes are basic concepts in Unix-like systems.

0 Comments

Using Git

Git is a popular, widely used, source code management system, originally developed by Linus Torvalds. Common Git commands are listed.

0 Comments

comm command in Linux

comm compares two sorted files and gives three column output regarding, lines unique to file 1, lines unique to file 2 and the common lines.

0 Comments

umask in Linux

The umask command is used for setting a mask which is used for managing the permissions of files created by processes during a login session.

0 Comments

End of content

No more pages to load