#linux
Read more stories on Hashnode
Articles with this tag
1.Create a simple file and do ls -ltr to see the details of the files. As a task, change the user permissions of the file and note the changes after...
Write a bash script create Directories.sh that when the script is executed with three given arguments (one is directory name and second is start...
What is Shell? Shell is a command line interface for users. It provides an environment for a user to execute the commands and interact with the...
Linux Commands used in Regular Day to Day Activities · To view what's written in a file. cat :- cat command is used to view the contents of a file. ...
1. ls command In Linux, the command "ls" is one of the most commonly used. It's used to display a list of files and sub-directories in the current...