Command for Linux and windows







 Here, are some basic linux commands ๐Ÿ–ฅ :


1.  pwd : The pwd command writes to standard output the full path name of your current directory .


2.  cd : The cd command is used to change the current working directory.


3.  ls : The ls command shows the list of files and directories in the current directory. 


4.  touch : The touch command is to create a new files in the system ๐Ÿ’ป. 


5.  mkdir : The mkdir command is used to create a new directory or folder ๐Ÿ“‚. 


6.  rmdir : The rmdir command is used to delete the directory or folder ๐Ÿ“‚. 


7.  rm -rf : The rm -rf command is used to delete non empty directory or folder ๐Ÿ“‚. 


8.  cat : The cat command is used to read the data from the the file ๐Ÿ“. 


9.  nano : The nano command is used to write the data in the file ๐Ÿ“. 


10. ifconfig : The ifconfig  command is used to obtained the IP Address of the system ๐Ÿ’ป.



Now, Some Basic Windows Commands๐Ÿ’ป:


1.  net user : The net user command is used to show all the user of the system๐Ÿ’ป. 


2.  dir : The dir command is used to to show list of all the files and directories.  


3.  Ping : The ping command tests network connectivity between two devices by sending ICMP echo requests.


4.  Ipconfig : Use this command to display a computer’s TCP/IP configuration. You can view IP information for all network cards installed on a computer ๐Ÿ–ฅ. 


5.  Tracert : Useful for network troubleshooting, tracert displays the route taken by packets from your computer to a destination ๐Ÿ“.


6.Shutdown : The shutdown command allows you to shut down or restart your computer.


7.  del : The del command is used to delete the files and directory . 


8.  mkdir : The mkdir command is used to create a new directory or folder ๐Ÿ“‚.


9.  copy : The copy command is used to copies files and directories. 


10.  systeminfo : The systeminfo command is used to provides detail information about the system๐Ÿ–ฅ.

Comments

Popular posts from this blog

windows command showing pratical