Linux Basic Command

cp                     =  cp file3.txt file4.txt   (copy a file or directory)  { syntax – cp <source_file><destination>

mv                   = mv (which file to move) path name (where to move)

cd                     = change to directory

touch               = create Empty file

cat> filename = create new file and write a content, combining file

{ syntax – cat (file1) (file2) > (file3) }

cat                     = display content

tac                     =  Display content lines in reverse

grep                  =  Filter to search given pattern in file content

ping                   =    check the connectivity status of server

diff                     =     compare the content of two different file

hostname         = display hostname

hostname -i       = display host ip

chmod                = give permission  

uniq                     =  Remove duplicate of file content/ it can remove only continuous duplicate

find                     =  find (syntax — find <foldername>/ -name <filename> )

gzip                     = gzip <filename>  {for zip the file}

tar                      =  For merge the file (syntax — tar cvf <newfilename.tar> filename1 filename2)

Related Posts

Best Free Programming Ebooks to Learn Software Development

Learning modern technology can feel overwhelming when tutorials are scattered across dozens of websites. Many software developers, engineering students, and IT professionals struggle to find comprehensive study…

Read More

FinOps Training: Understanding Cost Visibility and Optimization

Introduction Moving workloads to the cloud can simplify infrastructure management, but it can also introduce a new financial challenge. Teams can provision resources whenever they need them,…

Read More

The Architecture of Intelligent DataOps: From Ingestion to Automation

Introduction Modern organizations run on distributed data ecosystems. On any given day, an enterprise environment ingests, transforms, and serves petabytes of records sourced from transactional databases, external…

Read More

Transforming Data Reliability: How DataOps Platforms Drive Proactive Monitoring

Introduction Traditional monitoring focuses almost entirely on infrastructure availability and binary job execution states—whether a server is up or whether a task completed. However, modern distributed environments…

Read More

Navigating Pipeline Risks with Expert DevSecOps Consulting Services

Software delivery moves faster today than at any point in technological history. High-performing engineering organizations push code changes to production multiple times a day using automated deployment…

Read More

DevOps Support Services: Key Practices for Stable Production Environments

Introduction Running modern software infrastructure is an ongoing responsibility. A development team may successfully launch an application, but keeping that application reliable in production requires continuous attention….

Read More