Question

In: Computer Science

Given the following file : -rw-r--r-- 1 malsaid faculty 74 Oct 20 16:50 a What will...

Given the following file :


-rw-r--r-- 1 malsaid faculty 74 Oct 20 16:50 a

What will be the file permissions after the following command:

chmod ou+x,g+w,o-r a

Solutions

Expert Solution

To show the wokring of the code chmod ou+x,g+w,o-r a, I created a file name 'a' as in question and executed the command.

As you can see, the file permission changes to rwxrw---x

chmod is the command and system call which is used to change the access permissions of file system objects

In chmod ou+x,g+w,o-r,

ou+ will give others and user the permission to execute the file which is represented by 'x'.

g+w will give write permssion to group where 'g' represents group.

o-r will remove read permission from others.

If you have any doubts, leave a comment below and I'll help you out.

I hope you were able to understand this and if you did and liked my work, please consider UPVOTING. Thank you


Related Solutions

Given a variable with the following population parameters: Mean = 20. Variance = 16. a) What...
Given a variable with the following population parameters: Mean = 20. Variance = 16. a) What is the probability of obtaining a score greater than 18 and less than 21? b) What is the score at which 75% of the data falls at or below? c) What is the score at which 25% of the data falls at or above? d) Within what two scores do 95% of the scores fall (i.e symmetrically)? Bold answers.
# Reading the data into R: my.datafile <- tempfile() cat(file=my.datafile, " 71 15 74 19 70...
# Reading the data into R: my.datafile <- tempfile() cat(file=my.datafile, " 71 15 74 19 70 11 71 15 69 12 73 17 72 15 75 19 72 16 74 18 71 13 72 15 73 17 72 16 71 15 75 20 71 15 75 19 78 22 79 23 72 16 75 20 76 21 74 19 70 13 ", sep=" ") options(scipen=999) # suppressing scientific notation simpbasketball <- read.table(my.datafile, header=FALSE, col.names=c("height", "goals")) COMPUTER CALCULATIONS: I need to...
Given the data {20, 20, 30, 30, 40, 40, 50, 50, 60, 60}, calculate 1. Gini...
Given the data {20, 20, 30, 30, 40, 40, 50, 50, 60, 60}, calculate 1. Gini coefficient using the quintile distribution. 2. Draw the Lorenz curve with proper labels.
6) Given a variable with the following population parameters: Mean = 20 Variance = 16 a)...
6) Given a variable with the following population parameters: Mean = 20 Variance = 16 a) What is the probability of obtaining a score greater than 23? b) What is the probability of obtaining a score greater than 16? c) What is the probability of obtaining a score less than 10? d) What is the probability of obtaining a score greater than 18 and less than 21? e) What is the probability of obtaining a score greater than 21 and...
Given Arithmetic Progression 12, 16, 20, 24, . . .
Given Arithmetic Progression 12, 16, 20, 24, . . . Find the 24th term of this progression.
(6 pts) Given the following data about XYZ Mutual Fund on Oct. 1: Assets:                               
(6 pts) Given the following data about XYZ Mutual Fund on Oct. 1: Assets:                                                                                 Liabilities: Cash = $20,000                                                                   Accrued fees and expenses = $500 1,000 Shares of Stock A: Closing Price = $50 2,000 Shares of Stock B: Closing Price = $40 1,000 Shares of Stock C: Closing Price =$100                         Shares Outstanding = 6,000 Total Value of the Assets = $250,000 Compute the Net Asset Value of XYZ mutual Fund on Oct 1: NAV = __________________ If the stock...
Given a variable with the following population parameters: Mean = 20 Variance = 16 Sample Size...
Given a variable with the following population parameters: Mean = 20 Variance = 16 Sample Size = 35 a) What is the probability of obtaining a mean greater the 23? b) What is the probability of obtaining a mean less than 21? c) What is the probability of obtaining a mean less than 18.2? d) What is the probability of obtaining a mean greater than 19.5 and less than 21.2? e) What is the probability of obtaining a mean greater...
Given the following numbers:   25 16 61 18 15 20 15 20 24 17 19 28,...
Given the following numbers:   25 16 61 18 15 20 15 20 24 17 19 28, derive the mean, median, mode, variance, standard deviation, skewness, kurtosis, range, minimum, maximum, sum, and count. Interpret your results. What is the empirical rule for two standard deviations of the data?
Given the following numbers: 25 16 61 18 15 20 15 20 24 17 19 28,...
Given the following numbers: 25 16 61 18 15 20 15 20 24 17 19 28, derive the mean, median, mode, variance, standard deviation, skewness, kurtosis, range, minimum, maximum, sum, and count. Interpret your results. What is the empirical rule for two standard deviations of the data?
Question 1 For the dataset: 20, 20, 10, 10, 40, 50, 20, 30, 10, 20, 50,...
Question 1 For the dataset: 20, 20, 10, 10, 40, 50, 20, 30, 10, 20, 50, 60, 20, 30, 50, 20, 30, 40, 30, 30, 30, 50, 40 calculate the max, min, mode, median and mean.(20%) Draw a boxplot with inner and outer fence For the data in part (i), if the value 60 was replaced by 2000, what would you call this value in the dataset? What could be the explanation for such a value? How can you through...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT