du command means Disk usage. Syntax du [OPTION]… [FILE]…du [OPTION]… –files0-from=F On the man page, the describes it du –…
DevOps Blog – Latest DevOps Articles and Tutorials
ls command in Linux with Examples
Table of Contents1 Introduction2 What is the ls Command?3 Why Use the ls Command?3.1 Syntax4 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…
Mastering the: mkdir command in Linux with Examples
Table of Contents1 Introduction2 What is the mkdir command in Linux?2.1 Syntax3 Basic Usage of mkdir command in Linux3.1 Creating…
Mastering the rm Command in Linux with Examples
Table of Contents1 Introduction2 Basic Usage of the rm Command2.1 What is the rm Command?2.2 Syntax2.3 Removing a Single File2.4…
Mastering the mv Command in Linux: Practical Examples and Tips
Table of Contents1 Introduction1.1 Syntax2 mv command in Linux with Examples2.1 Conclusion Introduction mv command in Linux means Renames or…
cp command in Linux with Examples
cp command means Copies files or directories. Syntax cp [option]… [-T] source destination cp [option]… source… directory cp [option]… -t…
whoami command in Linux with Examples
whoami command outputs the username that the user is working under. The whoami command in Linux is used to display…