Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
Misc
7.7K+ articles
Linux-Unix
2.5K+ articles
linux-command
417+ articles
Linux-file-commands
74+ articles
Linux-directory-commands
14 posts
Recent Articles
How To Transfer File From Linux To Windows
Last Updated: 23 July 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 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-Unix
Picked
Technical Scripter 2022
linux-command
Linux-file-commands
Linux-directory-commands
pushd Command in Linux with Examples
Last Updated: 23 July 2025
The 'pushd' command is a built-in shell command that simplifies the navigation and management of directories by using a directory stack. This stack operates on the Last In...
read more
Linux-Unix
linux-command
Linux-directory-commands
popd Command in Linux with Examples
Last Updated: 11 October 2024
popd command is used to remove directories from the directory stack. The "d" in popd stands for the directory as it removes the directory path onto the stack. After this c...
read more
Linux-Unix
linux-command
Linux-directory-commands
rmdir Command in Linux With Examples
Last Updated: 29 October 2025
The rmdir command in Linux is used to safely remove empty directories from the filesystem.Specifically designed to delete only empty directories.Unlike the rm command, it ...
read more
Linux-Unix
linux-command
Linux-file-commands
Linux-directory-commands
chown Command in Linux
Last Updated: 12 May 2026
The chown command in Linux allows modifying the ownership of files or directories. It can assign a new user, group, or both, either individually or simultaneously. only ro...
read more
Linux-Unix
Picked
linux-command
Linux-file-commands
Linux-directory-commands
dir command in Linux with examples
Last Updated: 10 October 2024
The dir command in Linux is used to list the contents of a directory, providing an overview of the files and folders within it. How is the dir command different from ls?di...
read more
Linux-Unix
Picked
linux-command
Linux-directory-commands
Dirname Command in Linux with Examples
Last Updated: 16 October 2024
dirname is a command in Linux that is used to remove the trailing forward slashes "/" from the NAME and print the remaining portion. If the argument NAME does not contain ...
read more
Technical Scripter
Linux-Unix
Picked
Technical Scripter 2018
linux-command
Linux-directory-commands
Changing the Directory in Linux | cd Command
Last Updated: 09 January 2026
The cd (Change Directory) command in Linux is used to navigate between directories in the file system. It allows users to move from the current working directory to anothe...
read more
Linux-Unix
Picked
linux-command
Linux-directory-commands
Displaying the Current Working Directory in Linux | pwd Command
Last Updated: 01 November 2025
The pwd command in Linux displays the full path of your current working directory from the root directory.It helps users identify their present location within the filesys...
read more
Linux-Unix
Picked
linux-command
Linux-directory-commands
How to Create Directory in Linux | mkdir Command
Last Updated: 03 November 2025
The mkdir command in Linux stands for “make directory” and is used to create new folders quickly and efficiently from the terminal.It helps users organize their files by c...
read more
Linux-Unix
Picked
linux-command
Linux-directory-commands
mv Command in Linux
Last Updated: 23 January 2026
The mv (move) command in Linux is used to move or rename files and directories. It does not create a copy of the file; instead, it changes its location or name. By default...
read more
Misc
Linux-Unix
linux-command
Linux-file-commands
Linux-directory-commands
rm command in Linux
Last Updated: 10 January 2026
The rm command in Linux is used to delete files and directories permanently from the file system. It removes data immediately without sending it to any recycle bin, so del...
read more
Misc
Linux-Unix
linux-command
Linux-file-commands
Linux-directory-commands
chmod Command in Linux
Last Updated: 12 May 2026
The chmod (change mode) command in Linux/UNIX is used to modify file and directory permissions. It controls who can read, write, or execute a file by setting access rights...
read more
Technical Scripter
Linux-Unix
linux-command
Linux-file-commands
Linux-directory-commands