English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

a.) Use chmod octal command to add setgid permissions to file2.

b.) Use symbolic chmod command and grant read write and execute permissions to everyone on the file file2.

2006-12-19 15:58:18 · 4 answers · asked by Shah U 1 in Computers & Internet Programming & Design

4 answers

see
man chmod
- you will get the full answer in a minute.

2006-12-19 16:03:37 · answer #1 · answered by alakit013 5 · 0 0

a. chmod 2??? file2

b. chmod 777 file2

Fill in the ??? with the existing set of octal permissions on that file.

2006-12-19 16:30:09 · answer #2 · answered by Anonymous · 0 0

Maybe you should learn bash LOOOOOL
If you are interested in bash video training here it is: http://www.paylowbooks.com/product?id=4699

And if you are interested in Unix solaris video training here it is:
http://www.paylowbooks.com/product?id=7114

2006-12-21 08:55:08 · answer #3 · answered by ahmed 2 · 0 0

So which class is this for?

2006-12-19 16:22:17 · answer #4 · answered by BigRez 6 · 0 0

fedest.com, questions and answers