Skip to content
BigBoxCode
  • Home
  • Fundamental
    • Design Patterns
    • Design Principles
    • Data Structures
  • Programming
    • JavaScript Programming
    • Laravel Framework
    • Server-Sent Events(SSE)
    • Python Programming
    • PHP Programming
  • Database
    • MySQL
    • Redis
    • MongoDB
  • DevOps
    • Linux Fundamentals
    • Linux Commands
    • Docker
  • All Tutorials

Linux

August 12, 2024 by BigBoxCode
Categories Linux Tags Tutorial Leave a comment

Linux Command: Others [simple utility commands]

August 12, 2024August 12, 2024 by BigBoxCode

Here are some simple and useful commands

Categories Linux Command Leave a comment

Shell Scripting

August 8, 2024July 27, 2024 by BigBoxCode

Shell is like a container, that accepts commands from the user/other programs and sends them to the kernel after parsing and processing.

Categories Shell Scripting Leave a comment

Linux Command: touch (create file)

September 16, 2024July 27, 2024 by BigBoxCode

“touch” is the most handy command to create a new file in Linux.

Categories Linux Command Leave a comment

Linux Command: tail (output last part of files)

August 12, 2024July 27, 2024 by BigBoxCode

Use the “tail” command to get the last lines of a file.

Categories Linux Command Leave a comment

Linux Command: Redirecting Input/Output Stream Flow

July 27, 2024 by BigBoxCode

By default the standard output will show on terminal. But we can redirect the output to some other source, like a file.

Categories Linux Command Leave a comment

Linux Command: mv (move files and directories)

July 27, 2024 by BigBoxCode

Use “mv” to move file or directory to another location. The same command can be used to rename a file.

Categories Linux Command Leave a comment

Linux Command: rm (remove files or directories)

July 27, 2024 by BigBoxCode

Use “rm” to remove files or directories. The usage of the command is straightforward-

Categories Linux Command Leave a comment

Linux Command: man (system manual reference)

July 27, 2024 by BigBoxCode

The “man” command comes from the word “manual”, which gives information about any command from the Linux manual.

Categories Linux Command Leave a comment

Linux Command: mkdir (create/make directory)

August 28, 2024July 27, 2024 by BigBoxCode

Create new directory(s) with the provided name(s). If the directories do not exist then the directories are created. We get an error if the directory already exists.

Categories Linux Command Tags Linux User Command Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page33 Next →
  • Tutorials
  • Design Patterns [classic/core patterns for OOP]
  • Design Principles
  • Data Structures
  • Server-Sent Events(SSE)
  • MySQL Tutorials
  • Redis Tutorials
  • MongoDB Tutorials
  • JavaScript Programming
  • PHP Programming
  • Laravel Framework
  • Python Programming

Sponsors

  • About
  • Contact
  • Privacy Policy
  • Disclaimer
  • All Tutorials
  • Sitemap
  • Resources
  • RSS Feed
  • GitHub
  • Linkedin
  • Youtube
© 2025 BigBoxCode