Skip to content
Technical Writers Blog
  • Linux
    • Linux File System
    • Top Essential Admin Commands Every System Admin Should Know
    • The Beginner’s Guide to Learning Basic Commands of Linux
      • Open and Edit Files
      • Copy and Move Files
      • Creating An Empty File
      • Use Crontab
      • Find Command
        • Search Pattern Using Grep Command
        • Get File And directory Information
        • Use Of Man, Whatis, And Apropos Commands
      • Extract Archive File
      • Change Permissions Of A File
      • Create And Remove The Directory
      • Difference Between Two Files
      • Kill A Process
      • Add A User
      • Delete A User
  • Basics
    • What is technical writing
    • 7 Essential Skills Every Technical Writer Needs
    • Difference between technical writing and others
      • Grant Writing
    • Style Guide
    • Freelance Writing
      • 4 Tips for Calculating the Right Freelance Technical Writing Rates
    • Content Reuse
    • Types of Writing Styles
    • Software Automation Testing
      • Top 10 Automation Testing Tools
  • Tools
    • Madcap Flare
      • Beginner
        • Madcap flare tutorials for beginners
      • Advanced
        • How to create version filters in Madcap Flare
  • General Topics
    • Communication
      • Sarcasm
    • Writing a SMART Goal Example
    • How to reduce stress at work
  • Self-help
    • Ways to Manage, Engage and Motivate Employees in a Hybrid Working Model
    • Why You Should Stop Delaying Your Tasks
  • Guest Posts
  • Courses
Search
Technical Writers Blog
Close menu
  • Linux
    • Linux File System
    • Top Essential Admin Commands Every System Admin Should Know
    • The Beginner’s Guide to Learning Basic Commands of Linux
      • Open and Edit Files
      • Copy and Move Files
      • Creating An Empty File
      • Use Crontab
      • Find Command
        • Search Pattern Using Grep Command
        • Get File And directory Information
        • Use Of Man, Whatis, And Apropos Commands
      • Extract Archive File
      • Change Permissions Of A File
      • Create And Remove The Directory
      • Difference Between Two Files
      • Kill A Process
      • Add A User
      • Delete A User
  • Basics
    • What is technical writing
    • 7 Essential Skills Every Technical Writer Needs
    • Difference between technical writing and others
      • Grant Writing
    • Style Guide
    • Freelance Writing
      • 4 Tips for Calculating the Right Freelance Technical Writing Rates
    • Content Reuse
    • Types of Writing Styles
    • Software Automation Testing
      • Top 10 Automation Testing Tools
  • Tools
    • Madcap Flare
      • Beginner
        • Madcap flare tutorials for beginners
      • Advanced
        • How to create version filters in Madcap Flare
  • General Topics
    • Communication
      • Sarcasm
    • Writing a SMART Goal Example
    • How to reduce stress at work
  • Self-help
    • Ways to Manage, Engage and Motivate Employees in a Hybrid Working Model
    • Why You Should Stop Delaying Your Tasks
  • Guest Posts
  • Courses
Technical Writers Blog
Search Toggle menu

Author: Anil Sharma

September 20, 2021February 21, 2023Linux

How to Kill or terminate a Process in Linux: A Comprehensive Guide

In the Linux operating system, a process is an executing instance of a program. Each process is given a unique process ID […]

September 20, 2021September 20, 2021Linux

How to add a user in Linux

To add a user in Linux, you can use useradd command. Refer below syntax: useradd [options]. To view the options use same command with […]

September 20, 2021September 20, 2021Linux

How to delete a user in Linux

To delete a user in Linux, you can use userdel command. Refer below syntax: $ userdel [options] Example: $ userdel anil To remove […]

September 20, 2021September 20, 2021Linux

Linux File System

In the Linux file system, files are grouped according to purpose. Ex: commands, data files, documentation. Several major directories are associated with all modern […]

September 11, 2021March 4, 2023Linux

How to Use the Powerful Find Command in Linux for Efficient File Searches

the various uses of the find command in Linux

The find command in Linux is a very powerful tool that can be used to search for files in a directory hierarchy. […]

September 11, 2021September 11, 2021Linux

How to get file and directory stat or information

The stat command is used to display detailed status of file, directory and file system in Linux. Syntax: stat [options] FILE… Example: $ […]

September 11, 2021March 9, 2023Linux

How to Use Grep Commands for Super-Powerful Searching in Linux

If you are a Linux user, then you probably know about the grep command. For those who don’t know, grep is a […]

September 11, 2021February 3, 2023Linux

Simple Guide to Creating an Empty File in Linux

If you’re new to Linux and need to know how to create an empty file, this tutorial will walk you through the […]

September 11, 2021March 11, 2023Linux

The Beginner’s Guide to Moving Files in a Linux System

Moving files in the Linux system can be confusing for beginners, but it doesn’t have to be. With this comprehensive guide, you […]

September 11, 2021May 24, 2023Linux

How to open and edit files in Linux

Linux is a powerful operating system that offers a range of benefits to users, including enhanced security, stability, and flexibility. However, for […]

Posts pagination

< 1 2
  • The Essential Linux Admin Commands: Mastering the Basics for Seamless Server Management
  • The Ultimate Guide to Installing a New Graphic Card: Step-by-Step Instructions for a Smoother Gaming Experience
  • Decoding the Common Communication Format: A Guide to Effective Connection
  • Bridging Cultures: Navigating Cultural Diversity and Communication in Global Teams
  • Case Studies: Successful Teams Built on Strong Communication
  • Unlock the Power of Repurposing: How to Strategically Transform Your Content for Maximum Reach and Impact
  • Boost Your Career Today: Unleash Your Potential with Top Free Certification Courses
  • Mastering the Art of Patience: Navigating the Interview Process with Grace and Confidence
  • Unlocking the Power of Your Mind: 7 Proven Strategies for Boosting Critical Thinking Skills
  • Unlocking the Power of Critical Thinking: 5 Real-Life Examples to Inspire
  • About us
  • Contact us
  • Write for us
  • Privacy Policy
© 2025 Technical Writers Blog.