- Which three permissions are used for Linux files?
- Read
- Write
- Execute
- Which three types of ownership are defined for Linux files?
- User
- Group
- Others
- Which command is used to change the permissions on a file?
chmod - What mechanism controls the default permissions for newly created files?
umask - How is the following symbolic permission described in octal: rwxrw-r--
0764. 7 from rwx on the first three places (user), 6 from rw- on the second three places (group), and 4 from r-- on the last three places (others). - How is the following octal permission described symbolically: 0644
rw-r--r--. First 6 is ReadWrite, then two 4s which are just Reads. - Which command allows us to gain superuser privileges?
sudo - Which commands can we use to change ownerships for a file?
- chown
- chgrp
- How can we arrange for multiple users to share access to files?
We make sure they share group membership...
Germany
Slovakia
Canada
Brazil
Singapore
Hungary
Philippines
Mexico
Thailand
Ukraine
Luxembourg
Estonia
Lithuania
Norway
Chile
United States
Great Britain
India
Spain
South Korea
Ecuador
Colombia
Taiwan
Switzerland
Indonesia
Cyprus
Denmark
Finland
Poland
Malta
Czechia
New Zealand
Austria
Turkey
France
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Malaysia
South Africa
Netherlands
Bulgaria
Latvia
Australia
Japan
Russia