Useful Linux Commands
Directory Operations pwd -> displays current working directory. mkdir -> make a new directory. cd directory_name -> move into that directory. ls -> list contents of current directory. ll -> list contents of current directory with detailed info. rm -...
Sep 18, 20221 min read95
