Note the following command executed by the user smith on server1.
[smith@server1 ~]$ groups
apps smith sysgroup admins scott
[smith@server1 ~]$ touch file1 newfile
[smith@server1 ~]$ mkdir dir1 dir2
[smith@server1 ~]$ Is
dir1 dir2 file1 newfile
What would be the default group of the files and directories created by user smith on server1 ?
A.
scott
B.
apps
C.
smith
D.
admins
E.
sysgroup