Upload your study docs or become a
Course Hero member to access this document
Unformatted text preview: display the number of bytes in the result Grep “ford” stenton/gen_ed/cars2 | wc -c 6. Your current directory is sample_dir. Change the permissions (using octal) for cars2 so that an ‘ls -l’ listing would show rwxr-x—x. Chmod 751 stenton/gen_ed/cars2 7. Your current directory is sample_dir. Add the permission (using symbolic) for gen_ed so that all users can access the file cars2 Chmod a+x stenton/gen_ed 8.Your current directory is sample_dir. Create a hard link to cars2, called cars3 within sample_dir Ln stenton/gen_ed/cars2 cars3...
View
Full Document