getting started with linux

Getting Started with Linux Commands

The following post lists some basic Linux commands and their functions: ls – Lists files and directories that exist within your current directory. This command resembles the dir command in Windows. ls -al – To view dotfiles (filenames that begin with a period) and additional file and directory details, add the […]