Performance_Test_on_Shell_Commands_Solution
Performance_Test_on_Shell_Commands_Solution
6. Set permissions so only members of ‘project_group_x’ can read, write, and execute
files in ‘/home/projects/ProjectX’:
su - user1
echo "ProjectX Progress Report" > /home/projects/ProjectX/report.txt
10. Count the total number of lines in ‘logs.txt’ containing the word "Error":