A Linux administrator wants to set the SUID of a file named dev_team.text with 744 access rights. Which of the following commands will achieve this goal?
- Achmod 4744 dev_team.txt (correct answer)
- Bchmod 744 --setuid dev_team.txt
- Cchmod -c 744 dev_team.txt
- Dchmod -v 4744 --suid dev_team.txt
Reveal answer & explanationHide answer
The correct answer is A. Option A: chmod 4744 dev_team.txt













