Day3 of #90DaysOfDevops

Linux Commands

·

2 min read

Task: What is the Linux command to

  1. To view what's written in a file.

  2. To change the access permissions of files.

  3. To check which commands you have run till now.

  4. To remove a directory/ Folder.

  5. To create a fruits.txt file and to view the content.

  6. Add content in devops.txt (One in each line) - Apple, Mango, Banana, Cherry, Kiwi, Orange, Guava.

  7. Show only the top three fruits from the file.

  8. Show only the bottom three fruits from the file.

  9. To create another file Colors.txt and to view the content.

  10. Add content in Colors.txt (One in each line) - Red, Pink, White, Black, Blue, Orange, Purple, and Grey.

  11. To find the difference between the fruits.txt and Colors.txt files.

##solutions

Day3 Tasks of #90DaysofDevops

  1. To view what's written in a file.

image

  1. To change the access permissions of files.

    image

  2. To remove a directory/ Folder.

    image

  3. To create a fruits.txt file and to view the content.

    image

  4. Add content in devops.txt (One in each line) - Apple, Mango, Banana, Cherry, Kiwi, Orange, Guava.

image

  1. Show only the top three fruits from the file.

image

  1. Show only the bottom three fruits from the file.

image

  1. To create another file Colors.txt and to view the content.

    image

  2. Add content in Colors.txt (One in each line) - Red, Pink, White, Black, Blue, Orange, Purple, and Grey.

    image

  3. To find the difference between the fruits.txt and Colors.txt files.

    image

  4. To check which commands you have run till now.

    image

Linux interactive learning source

That's it for Today. Thanks for your time.

Please share your valuable feedback by liking 👍, sharing🤝 and commenting.

See you tomorrow, with another blog.

#day3 #90DaysOfDevops #Linux #DevOps

Did you find this article valuable?

Support CharanWrites by becoming a sponsor. Any amount is appreciated!