Day 2 Task: Basics linux command
๐ง LINUX COMMAND ๐ป
๐ Navigate through Directories:
cd: Change directory, to move to a different folder.
ls: List files and directories in the current folder.
๐ Work with Files:
touch: Create an empty file.
cp: Copy files or directories.
m...
sriparthu1014.hashnode.dev4 min read