10 useful Basic Commands of Linux, list, make directory, remove directory and file, check the process, check the logs.
Category: File Management
How to create directory or folder in linux using mkdir commands and options, create a directory in linux with different ways.
grep command in Linux is used to search the pattern in a file, search the whole line, exact match, exclude a word, search in directories.
tail command in Linux used to view the content of the last lines, to check the continuous logs on the server this command is very useful.
head command in Linux is used to display the content which is on the TOP, learn many options like -c, -v, and -n. Find the cheat sheet and play Quiz.
less command in Linux is to view, search, and to edit the content. Also, find a cheat sheet and play a quiz to check your grip. Find more Basic commands.