Linux Tutorials: Commands for Linux User
ls – List directory contents. cd – Change the current directory pwd – Print the name of the current working directory. touch – Create an empty file or update the access and modification times of a file. mkdir – Create a new directory. rm – Remove files or directories. rmdir – Remove empty directories. cp…
