Tag: operating systems

Questions Related to operating systems

  1. usercreate

  2. createuser

  3. adduser

  4. useradd


Correct Option: D
  1. find -mtime -24

  2. find -mday -1

  3. find -mday +1

  4. find -mtime -1


Correct Option: D
  1. It is similar to 'ls -a' command and displays all the hidden files in the current directory

  2. displays all the files in the /etc directory

  3. displays all the files in the root

  4. It is similar to 'ls' command and displays all the files in the current directory


Correct Option: D
  1. using the temp filed in the file's inode

  2. using the id filed in the file's inode

  3. using the type filed in the file's inode

  4. using the type filed in the directory's inode


Correct Option: C
  1. s/old/new/l

  2. s/old/new/g

  3. s/new/old/g

  4. s/old/new/f


Correct Option: B
  1. chown user:group file

  2. chgrp user:group file

  3. chown group:user file

  4. chgrp group:user file


Correct Option: A
  1. Runs a command with a different root directory

  2. Runs a command with a same root directory

  3. Runs a command in root directory

  4. Runs a command with a different /opt directory


Correct Option: A

Which one of the follwing permission is correct for rwxr_xr__?

  1. chmod 775

  2. chmod 2754

  3. chmod 754

  4. chmod 277


Correct Option: C