Thursday, May 9, 2019

Ubuntu Terminal Commands

Terminal commands




The terminal is an interface in which you can type and execute text based commands





Ubunthu Commands Examples
  1. ls :- List directory contents
  2. man :- Get information or help about a command
  3. pwd :- Path of working directory
  4. cd :- Change working directory
  5. mv :- Move file or change name
  6. cp :- Copy file                                                                                    
  7. mkdir :- Make directory
  8. rm :- Remove files and directories
  9. mount / mnt / zip :- Mount zip disk on directory
  10. cat :- output contents of a file
  11. find :- look for file
  12. gref :- search for a string of text
  13. passwd :- Change password
  14. poweroff :- Copumter shut down 
  15. touch :- Text file create
  16. tree :- Floder view
  17. clear :- Terminal full clear
  18. cd .. :- Floder back
  19. df :- Disk space
  20. nano :- Editor
Add click :-  Terminal commands video

Terminal Commands Examples :-   https://www.howtoforge.com/linux-commands/





No comments:

Post a Comment

Express

What is Express? Express is a minimal and flexible Node.js web application framework that provides a robust set of features to develo...