Courses
Tutorials
Practice
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
Linux-Unix
2.8K+ articles
TechTips
2.1K+ articles
How To
1.8K+ articles
Operating Systems
1.2K+ articles
linux-command
411+ articles
linux
287+ articles
Shell Script
128+ articles
Linux-text-processing-commands
31+ articles
Linux-basic-commands
15+ articles
Linux-directory-commands
14+ articles
Linux-file-commands
74 posts
Recent Articles
Popular Articles
How to Delete All Files Before a Certain Date in Linux
Last Updated: 19 September 2024
Linux, an advanced and open-source operating system, has several file-management commands and utilities. Deleting files in Linux is an essential skill for all users, wheth...
read more
Linux-Unix
Picked
Linux-file-commands
Geeks Premier League
Geeks Premier League 2023
Build Your Own 'cat' Command in C for Linux
Last Updated: 12 January 2024
You may have heard about cat command which is a Linux command. It stands for concatenate and plays an important role in Unix-like operating systems by helping to concatena...
read more
C Language
C Programs
Linux-Unix
Linux-file-commands
C File Handling Programs
How To Transfer File From Linux To Windows
Last Updated: 18 March 2025
Transferring files between Linux and Windows might seem tricky at first, especially if you’re new to working across different operating systems. Now, whether you’re sharin...
read more
TechTips
Picked
Linux-file-commands
Linux-directory-commands
linux
Windows 11
How to Check a File Checksum in Linux
Last Updated: 16 April 2025
You just downloaded the latest version of your favorite distribution's disk image and you are all ready to flash it to your USB and experience the latest and greatest, sou...
read more
linux-command
Linux-Unix
Linux-basic-commands
Linux-file-commands
Linux-misc-commands
linux
Linux-Tools
How to Setup Timeshift with BTRFS in Fedora?
Last Updated: 09 October 2024
Setting up Timeshift with BTRFS on Fedora provides a powerful combination for system backups and snapshots. Timeshift is a popular tool used to create and restore system s...
read more
TechTips
Linux-file-commands
linux
How to Chmod 777 all Subfolders of /var/www
Last Updated: 19 July 2024
In Linux, chmod is a command, which is used to change the permissions of files and folders. We can change permissions of Read/Write on a single file, on a single folder, o...
read more
Technical Scripter
linux-command
Linux-Unix
Picked
Linux-file-commands
Technical Scripter 2022
How to Recursively Find all Files in Current and Subfolders Based on Wildcard Matching in Linux
Last Updated: 19 September 2024
Traversing through a directory tree to locate files is a common operation performed by most filesystem management software. This utility is in the form of command-line com...
read more
Technical Scripter
linux-command
Linux-Unix
Picked
Linux-file-commands
How To
Technical Scripter 2022
How to use 'cp' command to exclude a specific directory
Last Updated: 25 October 2024
The cp command is used to create an exact copy of the contents of files and directories but with a different name and location. It works using the terminal.Syntaxcp [sourc...
read more
Technical Scripter
linux-command
Linux-Unix
Picked
Linux-file-commands
Linux-directory-commands
Technical Scripter 2022
How to Print the Longest Line(s) in a File in Linux
Last Updated: 02 January 2023
Text files are frequently processed while using the Linux command line. This article will go over how to determine which lines in a file are the longest. we will use some ...
read more
Technical Scripter
linux-command
Linux-Unix
Picked
Linux-file-commands
How To
Technical Scripter 2022
Find and Replace with sed in Directory and Sub Directories in Linux
Last Updated: 02 January 2023
sed stands for stream editor. It is a basic utility command in Linux that has basic functionality like inserting, deleting, finding, replacing, and searching text strings ...
read more
Technical Scripter
linux-command
Linux-Unix
Picked
Linux-file-commands
Technical Scripter 2022
pdfgrep Command in Linux
Last Updated: 21 November 2022
Grep is a powerful tool to search for a pattern or regular expression in a text file but it cannot do the search in pdf files and that's where pdfgrep comes into the pictu...
read more
linux-command
Linux-Unix
Linux-file-commands
Basics of mke2fs command in Linux with examples
Last Updated: 11 July 2022
mke2fs command is used to create a filesystem usually in form of a disk partition or file directly from the Linux terminal, it is a part of the e2fsprogs package. The e2fs...
read more
linux-command
Linux-Unix
Linux-file-commands
Extract Filename From the Full Path in Linux
Last Updated: 03 June 2022
Linux is a family of open-source operating systems and comes as various distributions or distros. The full path in Linux means starting from the root directory "/", the ad...
read more
linux-command
Linux-Unix
Picked
Linux-file-commands
doexec command in Linux with examples
Last Updated: 02 June 2022
doexec command in the Linux system is used to run an executable with an arbitrary argv[0]. It allows the user to argv[0] other than the name of the executable, which is by...
read more
linux-command
Linux-Unix
Picked
Linux-file-commands
Create incremental backup in linux using tar
Last Updated: 02 June 2022
As a system administrator, it's a regular task to backup the data. There are two types of backup, incremental and full backup. In the full backup, the user needs to back u...
read more
linux-command
Linux-Unix
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 !