MCQs > IT & Programming > Bash > Assuming that user1 existed, what would be the result of this command string? awk -F: '/user1/{print $1 "-" $3 "-" $6}' /etc/passwd

Bash MCQs

Assuming that user1 existed, what would be the result of this command string? awk -F: '/user1/{print $1 "-" $3 "-" $6}' /etc/passwd

Answer

Correct Answer: It would show the username, UID, and home directory of user1 separated by hyphens.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it