A source file and a symbolic link must be part of the same file system. True or False? True False
Linux Essentials
Deleting a source file will break an associated symbolic link...
Deleting a source file will break an associated symbolic link. True or False? True False
A source and a hard link must be part of the same filesystem...
A source and a hard link must be part of the same filesystem.True or False? True False
Deleting a source file will break an associated hard link.True...
Deleting a source file will break an associated hard link.True or False? True False
Setting setgid on a directory…
Setting setgid on a directory… …will allow scripts in the directory to be executed as the group...
Which of the following commands will set setgid on /shared ?
Which of the following commands will set setgid on /shared ? None of the above chmod 4777 /shared...
The setgid permission… (choose two)
The setgid permission… (choose two) …allows files created in a directory to be owned by the group...
Which of the following commands will set setuid for...
Which of the following commands will set setuid for /usr/bin/program? None of the above chmod 2755...
The “setuid” permission…
The “setuid” permission… …allows files in a directory to be manipulated as by the directory owner...
Which of the following commands will set the “sticky bit” on...
Which of the following commands will set the “sticky bit” on /shared ? chmod 4777 /shared chmod...
The “sticky bit” permission…
The “sticky bit” permission… …prevents others from overwriting files they don’t own in common...
The /var directory has files that change over time. True or...
The /var directory has files that change over time. True or False? True False
The /tmp directory is a temporary directory and will not exist...
The /tmp directory is a temporary directory and will not exist on a system at all times. True or...
The user owner of a file will always have the same or higher...
The user owner of a file will always have the same or higher permissions as “other”. True or False...
The “execute” permission is never set on files by default. True...
The “execute” permission is never set on files by default. True or False? True False