cat command means Concatenate file(s), or standard input, to standard output. Syntax cat [OPTION]… [FILE]… On the man page, the…
DevOps Blog – Latest DevOps Articles and Tutorials
vi command in Linux with Examples
vi command means Open a text editor. Syntax vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file …] On the…
sudo command in Linux with Examples
sudo command in Linux means sudo allows a permitted user to execute a command as the superuser or another user,…
man command in Linux with Examples
man command means Displays documentation for utilities. Syntax man [-acdfFhkKtwW] [–path] [-m system] [-p string] [-C config_file] [-M pathlist] [-P…
free command in Linux with Examples
free command means Check memory usage. Syntax free [options] On the man page, the describes it free – Display amount of…
du command in Linux with Examples
du command means Disk usage. Syntax du [OPTION]… [FILE]…du [OPTION]… –files0-from=F On the man page, the describes it du –…
ls command in Linux with Examples
ls command mean List the names of files. In this tutorial, How to use the ls command in Linux with…
chown command in Linux with Examples
chown command means Change an owner of a file and/or the group the file is associated with. Syntax chown [OPTION]……
chgrp command in Linux with Examples
chgrp command means Changes the group association of the files and directories. Syntax chgrp [OPTION]… GROUP FILE…chgrp [OPTION]… –reference=RFILE FILE……
rmdir command in Linux with Examples
rmdir command means Remove directories. Syntax rmdir [−p] dir… On the man page, the describes it rmdir – delete a directory…