Skip to main content

Important linux commands should know all developers

important Linux commands






pwd 

Message: It's used to display the location of the current working directory


mkdir 



Message:  It's used to create a new directory


rmdir



 Message: It's used to delete the directory


ls 

Message: It's used to display a list of content of the directory


cd



Message: It's used to change the current directory

cd..




touch

Message: It's used to create an empty file


rm 

Message: It's used to remove the file


cp 

Message: It's used to copy files or directory


mv 

Message: It's used to move the file


rename

Message: It's used to rename files


su

Message: It's used to provide administrative access to another user


if

Message: It's used to display the user ID


useradd

Message: It's used to add or remove user


passed

Message: It's used to create or change password


groupadd

Message: It's used to create a user group 



Thank you...  Keep learning...

Comments