Top 10 Linux commands for beginners
So Linux is having the number of commands but here i am sharing some very useful commands in Linux operating system.
so note down the top 10 linux commands for beginners.
Note: Linux file system is case sensitive there is difference between letter "a" and "A" so alwasy remember that the command you are using must be accurate. Upper case and lower case of single charachter makes a lot diffence in commands.
top 10 linux commands for beginners
1. passwd
passwd command is used to change the password of the user account in the system.
syntax: passwd xyz
Here xyz is the name of user that you want to change the password.
2. ping
ping command is used to check the server working or not or the connection between two servers is established or not. If ping operation passes that means connection bewteen two servers is working fine
syntax: ping google.com
Here google.com is another server and we are checking the connection between them. both servers are exchanging data with each other that means they are established well.
3. pws
pwd command will show the current position of directory
syntax: pwd
4.who


No comments:
Post a Comment