Tag: programming languages

Questions Related to programming languages

Nohup command?

  1. kill the process

  2. To run the process even you shutdown the terminal

  3. display your terminal

  4. help command


Correct Option: B

cp command ?

  1. copies a file

  2. delete a file

  3. rename a file

  4. move a file


Correct Option: A
  1. compares two directories

  2. compares the two files

  3. To search one or more files to match an expression

  4. To make links to existing files


Correct Option: C

uniq command removes duplicate adjacent lines from sorted file?

  1. True

  2. False


Correct Option: A
  1. to change ownership of a file or directory

  2. used to schedule jobs

  3. stream line editor

  4. scripting language builtin on all unix systems


Correct Option: D
  1. To change the group of a file or directory

  2. To change permissions on a file

  3. To display information about mounted filesystems

  4. Tells the status of local networked machines


Correct Option: B
  1. compresses a file and returns the original file with .z extension

  2. to backup the file systems

  3. creates an archive of files into a single file

  4. will initiate an interactive conversation with user


Correct Option: C