Experiment 1
Experiment 1
1
Aim:To study the basic Linux commands.
Theory:
1) pwd: It gives absolute path to your current location ie.present working directory.
11) grep:it searches all text files in the current directory for lines containing “welcome”
16) chown: Allows the user to chnge the group ownership of the given
file,directory.
CONCLUSION: Thus we have studied that a Linux command is a program or utility that runs on
the command line which accepts lines of text and processes them into instructions for our computer.
Also executed basic Linux commands successfully.