View Allnum of numClose (Esc) GoogleClaim this company Company Overview FAQOverview Overview 18k Reviews 3.7k Jobs 42k Salaries 12k Interviews 4.5k Benefits 395 PhotosAdd an InterviewView Jobs at Google
Interview QuestionTechnical Program Manager, Site Reliability Engineering Interview London, EnglandGoogleHow do you provide permission for everyone to read a file in current directory name "apple" at the unix prompt. Tags: See More, See Less8AnswerAdd TagsFlag as InappropriateFlag as InappropriateAnswerInterview Answer 1 Answer▲0▼ chmod a+r appleThe a stands for "all", the + for "add", and the r for "read". Interview Candidate on 18 Apr 2018Flag as InappropriateFlag as InappropriateInterviews > Technical Program Manager, Site Reliability Engineering > GoogleAdd Answers or Comments To comment on this, Sign In or Sign Up.
chmod a+r apple
The a stands for "all", the + for "add", and the r for "read".