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: 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

Linux Command: history (command execution history)

July 27, 2024 by BigBoxCode

Use “history” command to get the list of the history of command execution in the terminal.

Categories Linux Command Leave a comment

Linux Command: find (search for files)

July 27, 2024 by BigBoxCode

Using the “find” command we can search for files in a directory hierarchy.

Categories Linux Command Leave a comment

Linux Command: cp (copy files and directories)

August 28, 2024July 27, 2024 by BigBoxCode

Use the command “cp” to copy files and directories from one location to another.

Categories Linux Command Leave a comment
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page34 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