top of page

Linux Commands

What is Linux?

Linux is an open source operating system (OS).To use Linux effectively, all users should know how to use terminal commands.

The core of entire GUI/Linux OS used to administer the entire system is based on LINUX COMMANDS.


Few of the basic commands of linux are listed below :


1. ls

This command lists directory contents.

ree

2.pwd

It displays the current working directory path and is useful when directory changes are made frequently.

ree

3. mkdir

The mkdir command makes a directory. The command is written as follows: mkdir [directory name]

ree

4.rmdir

This rmdir command (remove directory) to delete an empty directory.

ree

5.cp

This command copies a file. The cp command issues a copy of the file file.txt in the same directory.

ree

6. mv

The mv command (move) to move files or directories from one location to another.

ree

7. cat

The cat command (concatenate) displays the contents of a file(one or more) in the terminal.

ree

8.echo

This command is used to display a text or a string to the terminal.

ree

The command ping (packet internet groper) to check internet connectivity. The tool is valuable in troubleshooting networking issues.

ree

10.kill

The kill command is used to end a process, usually an unresponsive one. The kill command also includes the process ID or the program name.

kill <signal option> <process ID>

$ kill 522551


 
 
 

Recent Posts

See All

Comments


MiIT Logo

Company

Contact Us

905-487-4880 

5160 Explorer Dr #34, Mississauga,ON L4W 4T7

646-713-5711

4466 Buttonwood Ln Lilburn, GA 30047

262 Chapman Rd, STE 240 Newark DE 19702

Stay up to date on the latest from MiIT

  • Instagram
  • Facebook
  • http://linkedin.com/company/miittechnologies/about/
  • Whatsapp

© All Content MiIT Technologies Inc.2019 - 2025. All rights reserved.

bottom of page