head command means Print the first 10 lines of each FILE to standard output. Syntax head [OPTION]… [FILE]… On the…
Linux
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…
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
Introduction This guide will walk you through the ins and outs of using the man command in Linux, complete with…
free command in Linux with Examples
Introduction The free command in Linux is a fundamental tool, providing an instant snapshot of system memory usage. Whether you’re…
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
Introduction In this tutorial, How to use the ls command in Linux with Examples. In the Linux ecosystem, the ls…
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]……