Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
Misc
7.8K+ articles
Linux-Unix
2.4K+ articles
C Language
1.3K+ articles
Linux-Tools
498+ articles
linux-command
412+ articles
linux
291+ articles
Linux-basic-commands
15+ articles
Linux-directory-commands
14+ articles
C File Handling Programs
4+ articles
Linux-file-commands
74 posts
Recent Articles
Popular Articles
Shell Scripting - Umask Command
Last Updated: 23 July 2025
A Shell script is a plain text file. This file contains different commands for step-by-step execution. These commands can be written directly into the command line but fro...
read more
Linux-Unix
Picked
linux-command
Shell Script
Linux-file-commands
Useful Commands For Filtering Text for Effective File Operations in Linux
Last Updated: 23 July 2025
In this article, let us learn about different commands used in Linux for filtering text to implement effective file operations on Linux Machines.What is a filter in Linux?...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
slocate command in Linux with Examples
Last Updated: 22 October 2024
slocate command in Linux is used to find the files in your system. This is a secure version of the Linux command locate which is also used for file searching, similar to l...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
Umask command in Linux with examples
Last Updated: 23 July 2025
The umask command in Linux is used to set default permissions for files or directories the user creates.How does the umask command work?The umask command specifies the per...
read more
Linux-Unix
linux-command
Linux-file-commands
Disk cloning in Linux using dd command
Last Updated: 16 January 2023
Everyone likes to have a copy of the disk drive to have a chance to recover. Even If you don't want a copy now - you will want when your first HDD will be broken. It is us...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
Ccat – Colorize Cat Command Output command in Linux with Examples
Last Updated: 13 November 2024
ccat is a Linux and macOS cat command that improved its precursor: the syntax highlighted file contents can be displayed with its help. Therefore, in the case of source co...
read more
Linux-Unix
Blogathon
Blogathon-2021
linux-command
Linux-file-commands
fd - Simple and Fast alternative to the find command
Last Updated: 23 July 2025
fd is a command-line tool to find files on the filesystem. This tool is similar to the find command in Linux, but fd is more fast and simple to use. It is not powerful as ...
read more
Linux-Unix
linux-command
Linux-file-commands
How to Copy a File to Multiple Directories in Linux
Last Updated: 23 July 2025
In this article, we will discuss how to copy a file to multiple directories in Linux. xargs, find, tee, shell loop, and parallel are the commands that can help you to copy...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
Stat command in Linux with examples
Last Updated: 08 September 2024
The 'stat' command is an invaluable tool in the Linux command suite, providing detailed statistics about files and file systems. It displays crucial information such as fi...
read more
Linux-Unix
linux-command
Linux-file-commands
How to Find Out File Types in Linux
Last Updated: 27 September 2024
In Linux, everything is considered as a file. In UNIX, seven standard file types are regular, directory, symbolic link, FIFO special, block special, character special, and...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
How to Compress and Extract Files Using the tar Command on Linux
Last Updated: 13 September 2024
Tar archives are special files that bundle multiple files and directories into a single file, making it easier to store, share, and manage. While tar archives themselves a...
read more
Linux-Unix
Picked
Linux-file-commands
How to replace braces symbol in Linux ?
Last Updated: 23 July 2025
In this article, we will learn to replace the braces symbol from a text file in the Linux system.We will use the tr command with the -d or --delete option in the Linux/Uni...
read more
Linux-Unix
Picked
Linux-file-commands
Linux-text-processing-commands
How to Compare Local and Remote Files in Linux
Last Updated: 17 June 2021
In this article, we will discuss how to compare or differentiate between local and remote files in Linux.Programmers and writers often want to know the difference between ...
read more
Linux-Unix
Picked
Linux-file-commands
How to Create a Text File Using the Command Line in Linux
Last Updated: 23 July 2025
The Linux command line is a powerful tool that allows you to manage your system with precision and speed. One of the most common tasks is creating a text file, which can b...
read more
Linux-Unix
Picked
Linux-file-commands
rm -rf Command in Linux With Examples
Last Updated: 23 July 2025
rm command in UNIX stands for remove and by default is used for removing files. It can also be used as an alternative to rmdir command which is primarily used for removing...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
1
2
3
4
5
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !