BuildAndDeploy Profile Banner
Vicky 🐧 Profile
Vicky 🐧

@BuildAndDeploy

Followers
95
Following
54K
Media
34
Statuses
360

life.

Mumbai, India
Joined March 2016
Don't wanna be here? Send us removal request.
@BuildAndDeploy
Vicky 🐧
9 months
RT @tradingMaxiSL: This thread will bring back so many memories. 1. 90s PC speakers
Tweet media one
0
18K
0
@BuildAndDeploy
Vicky 🐧
9 months
RT @Stock_Precision: Age 16 - Buying a Train Ticket.Age 62 - Buying Trains, Airports, Ports & everything else. 😄
0
329
0
@BuildAndDeploy
Vicky 🐧
9 months
RT @EssentialMastry: This
Tweet media one
0
2K
0
@BuildAndDeploy
Vicky 🐧
9 months
3️⃣ Updating Timestamps:.If the file already exists, touch updates its access and modification times and use ls -l to verify timestamps after using touch. #BuildAndDeploy #DevOpsJourney #RedHat #LinuxCommands #SysAdmin #TechTips #Automation
Tweet media one
0
0
1
@BuildAndDeploy
Vicky 🐧
9 months
2️⃣ Creating Multiple Files:.Create multiple files at once by separating names with spaces:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
1️⃣ Basic Usage:.To create an empty file:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
💡 Linux Command Mastery: Day 8.🔍 Today’s command: touch 📄.1️⃣ What does touch do?.The touch command is your go-to for creating empty files and updating file timestamps. Whether setting up placeholder files or modifying timestamps, this command is a time-saver!.
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
💡 Pro Tip:.Combine flags for safe deletion. This prompts you before deleting each item inside a folder.
Tweet media one
0
0
0
@BuildAndDeploy
Vicky 🐧
9 months
4️⃣ Prompt Before Deletion:.Use the -i flag for interactive deletion. It asks for confirmation before deleting each file:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
3️⃣ Deleting Directories:.To remove a directory and all its contents, use the -r (recursive) flag:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
2️⃣ Removing Multiple Files:.You can delete multiple files at once:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
1️⃣ Basic Usage:.To delete a file:.rm [File name]
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
Linux Command Mastery: Day 7 🧵👇.Today’s focus is on rm—a powerful tool to delete files and directories. Use it wisely! 🗑️⚡. Let’s explore how to remove files and directories effectively while avoiding mistakes. 🧵👇.
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
💡 Pro Tips:. 1. Combine ls with rmdir to ensure the directory is empty before removing. 2. Use rmdir -p to clean up nested directories efficiently without leaving empty parents behind. #BuildAndDeploy #DevOpsJourney #RedHat #LinuxCommands #SysAdmin #TechTips #Automation.
0
0
0
@BuildAndDeploy
Vicky 🐧
9 months
This removes Child first, then Parent if both are empty. 4️⃣ Common Pitfalls:. 1. If the directory isn’t empty, you’ll need to manually delete its contents or use a different command like rm -r. 2. Always double-check the directory before deletion to avoid accidental data loss.
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
so, you must remove the contents first. 3️⃣ Removing Nested Directories:.Use the -p flag to remove a directory along with its empty parent directories:.Command: rmdir -p Parent/Child
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
This deletes the folder Vicky if it’s empty. 2️⃣ Handling Non-Empty Directories:.rmdir works only with empty directories. If the folder contains files, you’ll get an error:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
1️⃣ Basic Usage:.To remove a single empty directory:.Example:
Tweet media one
1
0
0
@BuildAndDeploy
Vicky 🐧
9 months
Linux Command Mastery: Day 6 🧵👇. 🔍 Today's command: rmdir 🗑️.rmdir stands for Remove Directory. It’s used to delete empty directories from your Linux filesystem, helping you stay organized and clutter-free. Let’s break it down!.
1
0
0