Basic Of Linux Shell Scripting
Day 4 of Linux Basics and Shell Scripting.
Feb 9, 20242 min read

Search for a command to run...
Day 4 of Linux Basics and Shell Scripting.

Here are some basic linux commands which can get you started. View contents of a file. Command: cat <filename> for eg. cat day3.sh Change access permissions of file. To understand file permissions we need to understand what all groups are pres...

How to check the present working directory. pwd command will show you the current directory How to list all the files or directories including hidden files. ls command lists all the files and directories whereas ls -a lists all the directories i...
