Topics

Linux Files and Directories

About this topic: Articles tagged __TAG__

Showing 7 articles

Topics

Articles

Showing 7 articles

How-tos How to Make New Directories in Linux Learn how to create new directories in Linux using the mkdir command. This comprehensive guide covers basic directory creation, using Git, and advanced techniques for organizing … How-tos How to Extract Bzip2 Files Using Terminal We can use the tar command to compress and extract files in .tar.bz2 and .tbz2 format. How-tos How to Copy Files and Directories Using Linux Terminal We can copy files and directories with cp, and rsync commands using Linux Terminal. How-tos How to Move Files and Directories in Linux Using Mv Command We can move Files and Directories using mv command with various arguments through Linux Terminal. How-tos How to Securely Transfer Files and Directories Using SCP SCP is a command-line utility to transfer files and directories from local to a remote system and vice-versa. It also allows us to transfer files and directories between two remote … How-tos How to Rename Files and Directories Using Linux Terminal We can rename Files and Directories with rename and mv commands in the Linux Terminal. How-tos How to Delete Files and Directories in Linux Terminal We can delete Files and Directories with rm, unlink, and rmdir commands using Linux Terminal

← All topics