Here some basic commands of Linux (Redhat)
These are the some basic commands of linux .
For open the terminal or console (Alt + F2)
In redhat write gnome-terminal or konsole.
1. cd (change directory) :- This command is used to change directory in linux
2. ls (listing) :- This command is used to list all directories and files .
3. ls -a :- This will show you hidden files in the folder.
4. ls -ld :- This command show the permissions on the file and folder
4. cat :-This command show you content of file also used to append the content in file
4. cp :- This command allow you copy the files and folder .
5. mv : This command is used to move the files and folders .
2. ls (listing) :- This command is used to list all directories and files .
3. ls -a :- This will show you hidden files in the folder.
4. ls -ld :- This command show the permissions on the file and folder
4. cat :-This command show you content of file also used to append the content in file
4. cp :- This command allow you copy the files and folder .
5. mv : This command is used to move the files and folders .
5. passwd : This command allow user to change the password .
6. clear : This command clear the executed commands in terminal.
7. date : This command will show the date and time of system.
8. id :- This command show id , group of current user.
9. mkdir :- This command allow the user to create the directory.
10. mkdir -p : This command allow user the make directory inside directory where -p (parent)
11. whoami :- This command show you which user you are.
12. history :This command show the history of commands you used earlier
13. history -c :- This command remove the history
14. rm : This command is used to remove files and folders.
Done with these command . Enjoy
:- The Technical Zone
good job
ReplyDelete