Table of Contents1 Introduction1.1 Syntax2 ps command in Linux with Examples3 Conclusion Introduction ps command in Linux means ps displays…
DevOps Blog – Latest DevOps Articles and Tutorials
top command in Linux with Examples
top command means Display Linux processes. Syntax top -hv|-bcEHiOSs1 -d secs -n max -u|U user -p pid -o fld -w…
Mastering the grep command in Linux: A Comprehensive Guide with Examples
Table of Contents1 Introduction1.1 grep command syntax1.1.1 Options2 grep command in Linux with Examples3 Conclusion Introduction grep command in Linux…
find command in Linux with Examples
find command in Linux means Search for files in a directory hierarchy. Syntax find [-H] [-L] [-P] [-D debugopts] [-Olevel]…
sort command in Linux with Examples
sort command means Sort lines of text files. Syntax sort [OPTION]… [FILE]… On the man page, the describes it sort…
echo command in Linux with Examples
Table of Contents1 Introduction2 Syntax3 echo command in Linux with Examples3.1 Example 1: Printing a Message3.2 Example 2: Outputting Variable…
less command in Linux with Examples
less command means less is a filter for paging which allows backward movement in the file as well as forward.…
head command in Linux with Examples
head command means Print the first 10 lines of each FILE to standard output. Syntax head [OPTION]… [FILE]… On the…
tail command in Linux with Examples
tail command means Print the last 10 lines of each FILE to standard output. Syntax tail [OPTION]… [FILE]… On the…
cat command in Linux with Examples
cat command means Concatenate file(s), or standard input, to standard output. Syntax cat [OPTION]… [FILE]… On the man page, the…