Check the task and please let me know if i did anything wrong



image
The DevOps team established a new Git repository last week, which remains unused at present. However, the Nautilus application development team now requires a copy of this repository on the Storage Server in the Stratos DC. Follow the provided details to clone the repository:

  1. The repository to be cloned is located at /opt/cluster.git

  2. Clone this Git repository to the /usr/src/kodekloudrepos directory. Perform this task using the natasha user, and ensure that no modifications are made to the repository or existing directories, such as changing permissions or making unauthorized alterations

It’s not clear what task you’re doing – you should include the full name of the task, and what kind of task it is (“100 Days of Devops”? KKE/Git task?) – that would be helpful.

That said, if the repos belong to root, you should not reassign them to the natasha user, but use sudo -i to become root, and do the task as root.