In the Linux Command Line Interface (CLI), the command chmod will change file permissions. True False
Added by Roy E.
Step 1
The `chmod` command is used to change the file permissions of a file or directory. Show more…
Show all steps
Your feedback will help us improve your experience
Akash M and 58 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
2. Enter the command to create a file named "fileA" in a directory named "/test". $ touch /test/fileA Score Try again 3. Enter the command to set "admin" as the user and "IT" as the group for a directory named "infrastructure" and all of its contents. $ chown admin:IT infrastructure -R
Akash M.
Write a chmod command to permit execute access to both group and others, for a file called foo3.txt, using the ugo+/- approach. 2. Write a chmod command for file foo3.txt such that: • The user has full access, rwx. • The group has read/write access, rw- • Others have no access, --- For questions 3-6, assume the current directory contains the following files: abc.txt abc1.txt abb.txt bbb.txt bbb.dat bbb bbbb c123.txt ccc.txt List the files that the following commands will display: 3. ls *.txt 4. ls c??.txt 5. ls [a-c]??.??? 6. ls a*.*
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD