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
Post a Comment