Unix Assignment

12345678910111213141516
Across
  1. 3. Is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  2. 7. Used for file compression and decompression.
  3. 9. Used on Unix and Unix-like operating systems to change the owner of file system files, directories.
  4. 10. Used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  5. 11. Command can be used to track the files and directories which are consuming excessive amount of space on hard disk drive.
  6. 13. Is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
  7. 15. is a built-in command which is used to terminate processes manually.
  8. 16. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
Down
  1. 1. Is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  2. 2. Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
  3. 4. Is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
  4. 5. This command attaches the filesystem of an external device to the filesystem of a system.
  5. 6. This command changes the apparent root directory for the current running process and its children.
  6. 8. Writes the full pathname of the current working directory to the standard output.
  7. 12. is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
  8. 13. Command is used to create a dummy job. A dummy job helps in delaying the execution.
  9. 14. Used by a computer user to execute commands with the privileges of another user account.