What happens when the command getfattr afile is run while the file afile has no extended attributes set?
getfattr prints a warning and exits with a values of 0.
getfattr prints a warning and exits with a value of 1.
No output is produced and getfattr exits with a value of 0.
No outputs is produced and getfattr exits with a value of 1
Submit