This section is useful for basic commands users.
*BasicCommands*
COMMANDS FOR TERMUX
(pkg help
to see the options provided by the TERMUX pkg package manager.)
(pkg search
to search packages by name.)
(pkg install
to install packages.)
(uninstall pkg
to delete packages.)
(pkg reinstall
to reinstall packages)
(pkg show
to display detailed information about packages.)
(pkg list-installed
to display a list of packages installed in your termux.)
(pkg files
to see the location of installed files packages)
(pkg list-all
to display all packages provided in the repository.)
(pkg upgrade
to update and upgrade packages installed in your termux)
(clear
This basic command is used to clean the console window)
{pwd
pwd (print working directory), used to see the position of the current directory location.}
(ls
used to view / list files and directories. use ls -la to view detailed information of files and folders)
(CD
Used to navigate / move to another directory that we want, use cd ... to return to the directory level, use cd ~ to go to the home directory)
(cp
Used to copy / copy files and folders.
cp -avr / folder-origin / destination folder to copy the folder and its contents)
(mv
Used To move files and folders or can be used to rename if the file / folder has the same origin and destination)
(rm
Used to delete files.
rm -rf Folder name to delete the folder and its contents.)
(rmdir
Used to delete an empty Folder.)
(rmdir --ignore-fail-on-non-empty folder name to delete non-empty folders)
(chmod
Used to change File / folder permissions / privilage.)
(chmod + xFolder name to change permisin to 775 or rwx – x – x)
Enjoy! Follow us for more...
No comments:
Post a Comment