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 Command

Linux Command: Wildcards [Globbing]

August 18, 2024August 17, 2024 by BigBoxCode
Linux

We can create a shortcut or alias of any command. This is useful when we have some complex command that we use frequently, and we want an easy way to run that command, instead of copying and pasting it over and over again.

Categories Linux Command 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

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

Linux Command: ls (list files and directories)

August 12, 2024July 27, 2024 by BigBoxCode

Use ‘ls’ command to get the list of files and directory.

Categories Linux Command Leave a comment
Older posts
Page1 Page2 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