Technology
2021-11-07
Linux Ubuntu Commands
This article is about linux terminal commands $ pwd – The pwd command is used to display the location of the current working directory. $ mkdir <directory name> The mkdir command is used to create a new directory under any directory. $ rmdir <directory name> The rmdir command is used to delete a directory. $ ls The ls command is used …