Linux Commands Cheat Sheet

A Linux commands cheat sheet is a concise and quick reference guide that provides a list of … Read more

How to install audit2allow SELinux tool on Ubuntu ?

audit2allow is a command-line tool used in Linux systems to analyze audit logs generated by the audit … Read more

“whatis” Linux Command

The “whatis” command in Linux is a simple utility that provides a brief description of another command … Read more

mv Linux Command

“mv” is a Linux command which is used to move files and directories from one location to … Read more

“cp” – Linux Copy Command

The “cp” (copy) command in Linux is used to copy files and directories from one location to … Read more

mkdir Linux Command

The mkdir command in Linux is used to create a new directory. The Syntax of mkdir command … Read more

The “touch” Command in Linux

The touch command in Linux is used to create new, empty files or update the modification time … Read more

The “cd” Change Directory Command in Linux

The cd (change directory) command in Linux is used to change the current working directory. The syntax … Read more