Skip to content
Snippets Groups Projects
Commit 71ba0f68 authored by Yegeon Seo's avatar Yegeon Seo
Browse files

lab1

parents
Branches
No related tags found
No related merge requests found
Q2.
total 43
-rw-r--r-- 1 ys554 ys554 8060 Jan 15 21:43 funny
-rwxr-xr-x 1 ys554 ys554 240 Jan 15 21:43 hello.bash
-rw-rw-r-- 1 ys554 ys554 34582 Jan 15 21:31 vi_lab
Q3.
chmod 644 =
Myself - read & write
group - read
world - read
Q4.
chmod 755 =
myself = all permissions
group = read & execute
world = read & execute
Q5. No, I get a message saying permission denied.
Q6. No, Permission denied
Q7. No, permission denied
Q8. Either do chmod 700, or chmod 500.
Q9. It says the file is read only
Q10.
ls * lists all files
ls a* lists all files starts with a
ls *m* lists all files contains a character m
ls anno? lists a file that contains anno
ls annoy? = no such file or directory
Q11. created two files called a and space
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment