Changes

Jump to: navigation, search
INVESTIGATION 2: FILE PERMISSIONS
# Issue the following Linux command to add write permissions for all files in the memos directory for yourself (i.e. user): <span style="color:blue;font-weight:bold;font-family:courier;">chmod u+w ~/documents/memos/*</span><br><br>
# Repeat the previous step #19. What happened?<br><br>
# Issue the following Linux command to view permissions for your '''home''' directory: <span style="color:blue;font-weight:bold;font-family:courier;">ls -ld ~</span><br><br>xWhat does execute permissions mean for same group members and other group members in terms of your '''home''' directory?<br><br># Issue the following Linux command to create a new subdirectory: <span style="color:blue;font-weight:bold;font-family:courier;">mkdir ~/shared</span><br><br># Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ls -l ~/shared</span><br><br>What are the permissions for this newly-created directory? Can other users access the directory pathname '''~youruserid/shared''' ?<br><br>#
= LINUX PRACTICE QUESTIONS =
13,420
edits

Navigation menu