menu

Translate

Thursday, November 28, 2019

Termux command

Termux command :

List of use full command use in Termux app

What is termux?
ans-Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.
  1. pkg -                                                  install package
  2. pkg update-                                       update package
  3. cp -                                                   used to prints informative massage
  4. cp -                                                   used to copy any directory
  5. mv -                                                  -move when source is newer than destination
  6. mv -                                                    to move any directory
  7. ls -                                                    to display UID and GID directory
  8. ls --version                                      to check the version of ls command
  9. cd --                                                    show last working directory from where we moved
  10. ls -l                                                 show file action like - modified, date and time, owner of file, permissions Etc.
  11. ls help                                            show display how to use "ls" command
  12. cp -n                                               no file overwrite
  13. cd ~                                                move to users home directory from anywhere
  14. mv [file1 name] [new file2 name]             move or rename two file at a time
  15. cd -                                                      move one directory back from current location
  16. mv [file name]                                 move any file and folder
  17. ls                                                              list directory
  18. ls -a                                                 list all files including hidden files
  19. pwd -                                                it show your current working directory
  20. mv -i                                            interactive prompt before overwrit
  21. wget [url]                                    install tool , apt install wget
  22. git clone [url]                                 install any tools with git clone, apt install git
  23. ls -al                                            formatted listing with hidden files
  24. mv -f                                     force move by overwriting destination files without prompt
  25. ls -i                                                Display number of file or directory
  26. cp                                                       copy any file
  27. cd /                                                  change to root directory
  28. cd                                                       change directory
  29. cd ..                                                 change current directory to parent directory
  30. curl -O                                                   [url] apt install curl
  31. rm                                                     remove or delete files
  32. rm [filename]                                          remove any text files
  33. rmdir [dir name]                                   remove any directory
  34. rm -rf                                            force remove a directory or a folder
  35. rm -r [name]                                     delete a directory called name
  36. apt remove [package name]                     uninstall / remove a package
  37. touch [file name]                                           create new file
  38. mkdir [name]                                         create a directory or folder
  39. more [file name]                                          output the contents of file
  40. head [file name]                              output the first 10 line of file
  41. tail -f [file name]                             output the contents of file as it grows
  42. apt install zip                                      install zip file tool
  43. zip name.zip [file]                        compress file using this commands
  44. unzip [zip file]                                  to unzip file
  45. ftp                                                  launch ftp client from terminal

    Choose :
  • OR
  • To comment
No comments:
Write comments