unix commands Crossword Puzzles
unix commands 2021-12-22
Across
- – file transfer program
- – copy a file
- – make a directory
- – move or rename files or directories
- – change directory
- – unmounts a currently mounted file system.
- – display the name of your current directory
- – create and use archives of files
- – list names of files in a directory
- – The more utility is a filter that displays the contents of a text file on the terminal, one screenful at a time.
Down
- – compress a file
- – Top displays the top 10 processes on the system and periodically updates this information. Raw cpu percentage is used to rank the processes.
- – change the permissions of a file or a directory.
- – print out a file
- – Report file system disk space usage. Example usage: df -k
- – attaches a file system to the file system hierarchy at the mount_point, which is the pathname of a directory.
- – concatenate and display files.
- – Use this command to see the size/usage of the folder you are in. Example usage: du -sk *
- – remove a directory
- – The ps command prints information about active processes.
- – remove files or directories
- – Less is a program similar to more (1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting,so with large input files it starts up faster than text editors like vi
22 Clues: – copy a file • – compress a file • – print out a file • – make a directory • – change directory • – remove a directory • – file transfer program • – remove files or directories • – concatenate and display files. • – create and use archives of files • – list names of files in a directory • – move or rename files or directories • – unmounts a currently mounted file system. • ...
UNIX Commands 2024-11-01
Across
- Command that shows what is today.
- Identify who are alive.
- create a place to store all.
- It is used to show the system time and date.
- Helps in changing the group owner.
- changing the ownership.
- prints the current working directory.
- on-line help for the command specified.
- It modifies user-id and becomes a super or root user.
- End of the sequence of commands
Down
- Change user password or settings
- Output is same as input.
- This command is used to show the user id logged in currently.
- Helps in changing place to place.
- A filter tht search for pattern
- Identify a command is shell built-in or not
- Modifying access to users.
- count characters, words, lines.
- removing the objects
- see who are inside.
20 Clues: see who are inside. • removing the objects • Identify who are alive. • changing the ownership. • Output is same as input. • Modifying access to users. • create a place to store all. • A filter tht search for pattern • count characters, words, lines. • End of the sequence of commands • Change user password or settings • Command that shows what is today. • ...
UNIX COMMANDs 2024-11-01
Across
- A filter tht search for pattern
- Helps in changing the group owner.
- create a place to store all.
- see who are inside.
- It is used to show the system time and date.
- Change user password or settings
- Identify who are alive.
- Helps in changing place to place.
- changing the ownership.
- End of the sequence of commands
Down
- removing the objects
- Modifying access to users.
- prints the current working directory.
- Command that shows what is today.
- It modifies user-id and becomes a super or root user.
- on-line help for the command specified.
- Identify a command is shell built-in or not
- Output is same as input.
- count characters, words, lines.
- This command is used to show the user id logged in currently.
20 Clues: see who are inside. • removing the objects • Identify who are alive. • changing the ownership. • Output is same as input. • Modifying access to users. • create a place to store all. • A filter tht search for pattern • count characters, words, lines. • End of the sequence of commands • Change user password or settings • Command that shows what is today. • ...
Unix Commands 2022-12-01
16 Clues: help • output • typeoffile • pathoffile • currentuser • displayfile • configration • manualcommand • to get hostname • last10linesoffile • Toterminateprocess • first10linesoffile • patternsearchingmethod • tochkinternetconnection • runprograminprivileagemode • internetapplicationprotocol
Unix Commands 2021-12-13
Across
- Command shows all the basic commands in Linux
- This command will print first 10 lines of file.
- session
- Option for listing hidden files
- Tells you the machine name in a network.
- Change the access permissions of file system
- Clears all the clutter on the terminal and gives you
Down
- Returns your username.
- Displaying and creating files
- you have used in the past for the current
- Used to create directories on a file system.
- the terminal.
- Displaying data in local
- sometimes known as modes.
- Checking your current directory.
15 Clues: session • the terminal. • Returns your username. • Displaying data in local • sometimes known as modes. • Displaying and creating files • Option for listing hidden files • Checking your current directory. • Tells you the machine name in a network. • you have used in the past for the current • Used to create directories on a file system. • ...
UNIX commands 2022-12-01
Across
- Places the standard input into the file
- command to list files in a directory in order of last modified date(most recent first)
- command to take input from user
- command to remove write permission for group & others for a file “a.txt”
- command to count number of files in a directory
- command to Show the manual for a given command
Down
- command to change user password
- Which option can be used with ‘rm’ command to prompt for file removal(write just option)
- command to list files in a directory in increasing order of size
- command to display time
- command used to view the previously executed commands
- command to remove a file with name file*
- command to clear the terminal
- Compile a program written in C
- returns your username
15 Clues: returns your username • command to display time • command to clear the terminal • Compile a program written in C • command to change user password • command to take input from user • Places the standard input into the file • command to remove a file with name file* • command to Show the manual for a given command • command to count number of files in a directory • ...
Unix Assignment 2021-12-12
Across
- Is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
- Used for file compression and decompression.
- Used on Unix and Unix-like operating systems to change the owner of file system files, directories.
- Used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
- Command can be used to track the files and directories which are consuming excessive amount of space on hard disk drive.
- Is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
- is a built-in command which is used to terminate processes manually.
- 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
- Is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
- Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
- Is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
- This command attaches the filesystem of an external device to the filesystem of a system.
- This command changes the apparent root directory for the current running process and its children.
- Writes the full pathname of the current working directory to the standard output.
- is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
- Command is used to create a dummy job. A dummy job helps in delaying the execution.
- Used by a computer user to execute commands with the privileges of another user account.
17 Clues: Used for file compression and decompression. • is a built-in command which is used to terminate processes manually. • Writes the full pathname of the current working directory to the standard output. • Command is used to create a dummy job. A dummy job helps in delaying the execution. • ...
Unix Assignment 2021-12-12
Across
- used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
- is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
- is used by a computer user to execute commands with the privileges of another user account.
- is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
- 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.
- This command changes the apparent root directory for the current running process and its children.
- is a built-in command which is used to terminate processes manually.
Down
- isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
- writes the full pathname of the current working directory to the standard output.
- used on Unix and Unix-like operating systems to change the owner of file system files, directories.
- This command attaches the filesystem of an external device to the filesystem of a system.
- is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
- is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
- is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
- used for file compression and decompression.
15 Clues: used for file compression and decompression. • is a built-in command which is used to terminate processes manually. • writes the full pathname of the current working directory to the standard output. • This command attaches the filesystem of an external device to the filesystem of a system. • ...
Unix Assignment 2021-12-12
Across
- used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
- is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
- is used by a computer user to execute commands with the privileges of another user account.
- is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
- 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.
- This command changes the apparent root directory for the current running process and its children.
- is a built-in command which is used to terminate processes manually.
Down
- isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
- writes the full pathname of the current working directory to the standard output.
- used on Unix and Unix-like operating systems to change the owner of file system files, directories.
- This command attaches the filesystem of an external device to the filesystem of a system.
- is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
- is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
- is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
- used for file compression and decompression.
15 Clues: used for file compression and decompression. • is a built-in command which is used to terminate processes manually. • writes the full pathname of the current working directory to the standard output. • This command attaches the filesystem of an external device to the filesystem of a system. • ...
Unix Assignment 2021-12-12
Across
- used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
- is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
- is used by a computer user to execute commands with the privileges of another user account.
- is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
- 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.
- This command changes the apparent root directory for the current running process and its children.
- is a built-in command which is used to terminate processes manually.
Down
- isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
- writes the full pathname of the current working directory to the standard output.
- used on Unix and Unix-like operating systems to change the owner of file system files, directories.
- This command attaches the filesystem of an external device to the filesystem of a system.
- is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
- is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
- is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
- used for file compression and decompression.
15 Clues: used for file compression and decompression. • is a built-in command which is used to terminate processes manually. • writes the full pathname of the current working directory to the standard output. • This command attaches the filesystem of an external device to the filesystem of a system. • ...
Unix Puzzle 2022-12-04
Across
- copies a file
- change read, write, execute permissions on your files.
- view manual pages for Unix commands
- show current date and time
- clear screen
- lets you change your password
- also lets you connect to a remote host.
- tells you where you currently are.
Down
- looks for the string in the files.
- show and set IP addresses
- dirname change directory
- make a new directory
- moves a file
- show the last 10 lines of text file
- print Unix system information
- show history of logins into the system
- change file/directory ownership
- tells you who's logged on and where they're coming from
- lists your files
19 Clues: moves a file • clear screen • copies a file • lists your files • make a new directory • dirname change directory • show and set IP addresses • show current date and time • print Unix system information • lets you change your password • change file/directory ownership • looks for the string in the files. • tells you where you currently are. • view manual pages for Unix commands • ...
UNIX Crossword 1 2017-01-24
Across
- Short name for group id
- Command used to change your password
- Users belong to at least on of these
- A type of question of which there are none in the UNIX class
- How to find out information on the files in a directory
- Features in the bash shell that are not in the sh shell
- The part of an SSH key that you do not want others to get a hold of
- Most UNIX commands have these to change how they behave
- Last name of person that started the GNU Project
- Part of an account that identifies the user
- Type of SSH key we will be using (if possible)
- Besides being a term meaning “humanity”, it is the name of a Linux distribution
- An easy way to distribute a public key from a UNIX system
- Where I am at in the directory structure
- Name of superuser on UNIX systems
- What CLI stands for
- Display a text file on the terminal
- Kind of a password for SSH keys
- The name of the operating system we are learning in this course
- Current sh shell, and default for the root account
Down
- First name of the creator of linux
- Not copyright, but …
- Short name for user ID
- A form of UNIX
- The part of an SSH key that you want distributed
- The only shell we will use in the class
- Part of an account that is used for authentication
- Last name of the creator of Linux
- Another type of SSH key
- “_____ on the cob” [sic], name of a shell
- What bash stands for
- An SSH client for Windows
- Type of SSH key
- Each user account has this to store files
- We can use this to interact with UNIX on a command line
- What GNU is an abbreviation of
- Type of GNU license
- How to change directories
- A method to generate secure passwords
- One of the creators of UNIX
- Files are organized into these
- The creator of linux was bitten by one of these as a child, and it serves as a symbol for Linux
- Another creator of UNIX, and the name of a shell
- How we can access remote machines
44 Clues: A form of UNIX • Type of SSH key • Type of GNU license • What CLI stands for • Not copyright, but … • What bash stands for • Short name for user ID • Short name for group id • Another type of SSH key • An SSH client for Windows • How to change directories • One of the creators of UNIX • What GNU is an abbreviation of • Files are organized into these • Kind of a password for SSH keys • ...
UNiX 2021-03-03
Across
- The entire set of all possible keys for a specific encryption algorithm
- The method of hiding data inside other data
- Malware that encrypts sensitive files and offers their return for ransom
- Refers to the security principle that states that information should not be disclosed to unauthorised individuals
- ___________ is defined as the likelihood of an incident and its consequences for an asset
- The process of packaging packets so that they can traverse a network in a secure, confidential manner
- A step-by-step procedure - typically an established computation for solving a problem within a set number of steps
- Malicious software that masquerades as legitimate software
- What type of encryption algorithm does RSA encryption use?
- The targeting of high-value individuals
- A network device used to segregate traffic based on rules
- Address the who what and why. High-level broad statements of what the organisation wants to accomplish
- The security principle that requires that information is not modified except by those authorised to do so
- Abbreviation of a legal document to describe bilateral agreements between parties and outlines which party is responsible for what portion of work
- A form of authentication that involves the transferring of credentials between systems
- Password ________________ specifies that the password must meet the minimum length requirement and have characters from multiple different groups
Down
- A system or software as it is built and functioning at a specific point in time. Serves as a foundation for comparison or measurement, providing the necessary visibility to control change
- Risk __________________ implies the risk is shared with another entity
- Malware that changes code at the time of infection
- Type of cryptographic key that are only used once after they are generated
- Attacks that are launched from multiple connected devices across the internet, collectively known as a botnet
- The process of strengthening a host level of security by performing specific system preparations
- Ensures that an individual is who they claim to be
- The special user or super user account associated with UNIX systems
- A weakness in an asset that can be exploited by a threat to cause harm
- Form of encryption that creates a digest of the data put into the algorithm. These algorithms are referred to as one-way algorithms because there is no feasible way to decrypt what has been encrypted
- The art of secret writing that enables an individual to hide the contents of a message or file from all but the intended recipient
- A specific piece of malicious code or software that self-replicates
- Refers to the security principle that specifically states that hardware, software and data should be present and accessible when the subject wants to access or use them
- Measurements of a certain biological factors to identify a specific person
- The measurement of uncertainty associated with a series of values
- Cryptographic algorithm that uses the same key for encryption and decryption
32 Clues: The targeting of high-value individuals • The method of hiding data inside other data • Malware that changes code at the time of infection • Ensures that an individual is who they claim to be • A network device used to segregate traffic based on rules • Malicious software that masquerades as legitimate software • ...
UNIX 2021-12-10
Across
- show and set ip address
- file that has nothing
- large scale adoption of unix
- unix finds everything as___________.
- 777
- remove directory
- exit
- a pattern finding command
- ln-l
- Command to display the file from end
Down
- returned from open
- Program
- Symbolic Constant By SYS/STAT.H,Give Read Permission
- vdu based mail utility
- developer of unix
- OS
- ln
- Send file to another user
- truncate file to zero bytes
- show network status and routing info
- Uncompress the file
21 Clues: OS • ln • 777 • exit • ln-l • Program • remove directory • developer of unix • returned from open • Uncompress the file • file that has nothing • vdu based mail utility • show and set ip address • a pattern finding command • Send file to another user • truncate file to zero bytes • large scale adoption of unix • unix finds everything as___________. • show network status and routing info • ...
UNIX 2022-12-06
Across
- command used to display message on the terminal
- command used to see any specific month or a year
- command to create directory
- option for copying directory structure
- option for sorting filenames by last modification time
- to view current directory
- to become superuser
- command to display the contents of executable files in a ASCII octal value
- function used to change the file offset to a different value
- command to display a file from end
Down
- run with super user permissions
- interacts with the machine's hardware
- command for changing permissions
- command used to rename a file
- pattern finding command
- to display and creating files
- interface b/w kernel and user
- command to know current username
- function to retrieve file attributes
- command to print first 10 lines of a file
20 Clues: to become superuser • pattern finding command • to view current directory • command to create directory • command used to rename a file • to display and creating files • interface b/w kernel and user • run with super user permissions • command for changing permissions • command to know current username • command to display a file from end • function to retrieve file attributes • ...
UNIX - Introduction 2024-08-28
Across
- set of standards that ensure compatibility between different UNIX-like operating systems.
- check exit status
- information_about_the_command
- similar to echo
- navigateback/forth
- name_given to a file when it is executed as a program
- internal command
- translates_commands_into_action
Down
- process_status
- interface between programs and the hardware resources
- the files and commands associated with a given keyword.
- display system information
- core_of_OS
- longlist
- printcurrentdirectory
15 Clues: longlist • core_of_OS • process_status • similar to echo • internal command • check exit status • navigateback/forth • printcurrentdirectory • display system information • information_about_the_command • translates_commands_into_action • interface between programs and the hardware resources • name_given to a file when it is executed as a program • ...
Unix 2024-08-30
Across
- Compilador de GNU para lenguajes como C y C++
- HAT Empresa detrás de Red Hat Linux
- Licencia de software libre común
- Fundación que promueve el software libre
- Sistema operativo influente en Unix-like
- Universidad que desarrolló BSD
- Lenguaje en el que se basó B, precursor de C
- Sistema operativo de IBM, derivado de Unix
- Editor de texto desarrollado por Stallman
- Versión de Unix creada por Microsoft
- Compañía desarrolladora de Solaris
- Núcleo del sistema operativo Linux
- Sistema operativo de red de Novell
- Nombre del co-creador de Unix, Thompson
- Distribución de Linux derivada de Debian
- Compañía que desarrolló AIX
- Fundador del proyecto GNU
- Sistema operativo de Apple basado en Unix
- Estándar para compatibilidad de sistemas operativos
- Distribución de Unix de Berkeley
- Shell de Unix desarrollada por Stephen Bourne
- Distribución de Linux enfocada en seguridad
- Empresa creadora de IRIX
Down
- Empresa que compró Novell
- Empresa que adquirió Sun Microsystems
- Lenguaje de programación desarrollado por Dennis Ritchie
- Sistema operativo de código abierto derivado de BSD
- Entorno gráfico para Unix creado por MIT
- Sistema operativo creado por Linus Torvalds
- Entorno de escritorio para sistemas Linux
- Sistema de archivos común en Unix
- Mascota de Linux conocida como TUX
- Sistema de control de versiones creado por Torvalds
- Software libre, acrónimo de Gnu's Not Unix
- Distribución de Linux reconocida por su estabilidad
- LABS Compañía que creó Unix originalmente
- Sistema precursor de Unix
- Versión comercial de Unix creada por AT&T
- Compañía que desarrolló HP-UX
- Nombre del co-creador de Unix, Ritchie
40 Clues: Empresa creadora de IRIX • Empresa que compró Novell • Sistema precursor de Unix • Fundador del proyecto GNU • Compañía que desarrolló AIX • Compañía que desarrolló HP-UX • Universidad que desarrolló BSD • Licencia de software libre común • Distribución de Unix de Berkeley • Sistema de archivos común en Unix • Mascota de Linux conocida como TUX • Compañía desarrolladora de Solaris • ...
Contexto histórico de Unix 2016-02-09
Across
- Parte del sistema operativo que interactua directamente con el hardware.
- Fundador del proyecto GNU
- Es una distribución GNU/Linux basada en Debian.
- Una de las primeras distribuciones GNU/Linux predecesora de SuSe.
- Uno de los sistemas derivados de BSD mas populres en día.
- Una de las primeras distribuciones GNU/Linux predecesora de CentOS.
- Sistema operativo derivado de Unix distribuido por la Universidad de California en Berkeley.
- Uno de los creadores de UNIX.
- de los creadores de UNIX.
- Nombre dado a la estructura de diseño de un núcleo creado por linus.
- Implementación de Unix de la empresa IBM.
- Nombre dado a la implementación de Unix de la empresa Sun Microsystem.
- Nombre clave dado al Kernel utilizado por los sistemas Mac OS X.
- Nombre dado a la interfaz estándar de sistemas operativos tipo Unix cuyo nombre fue propuesto por el fundador del proyecto GNU.
Down
- Característica de Unix que permitió ampliar su popularidad
- Sistema Operativos inspirado en Unix y creado con fines educativos.
- Microkernel desarrollado por el proyecto GNU.
- del núcleo monolítico utilizado en las distribuciones GNU/Linux.
- Un núcleo monolitíco inspilado en Minix, el cual se utilza hoy ampliamente en diversos entornos.
- Característica de los sistemas operativos basados en Unix.
- Implementación de Unix de la empresa Hewlett-Packard.
- Característica de Unix que permite la utilización simultánea del sistema a través de sesiones.
- Nombre clave dado a los sistemas Unix a partir de 1983 y que aún se utiliza para su denominación.
- Compañía que creyó tener la propiedad de Unix en los últimos años.
- Fundación dedicada al fomento del software libre.
- Característica de Unix que permitió ampliar su popularidad
- Institución académicá donde trabajó el fundador del proyecto GNU.
- Sistema operativo derivado de Unix dediado a trabajar en estaciones de trabajo gráfico.
- Actuales propietarios de los derechos de Unix.
- Una de las primeras distribuciones GNU/Linux predecesora de Knoppix.
30 Clues: Fundador del proyecto GNU • de los creadores de UNIX. • Uno de los creadores de UNIX. • Implementación de Unix de la empresa IBM. • Microkernel desarrollado por el proyecto GNU. • Actuales propietarios de los derechos de Unix. • Es una distribución GNU/Linux basada en Debian. • Fundación dedicada al fomento del software libre. • ...
UNIX, Bell Labs famous people Who is Who 2017-02-17
Across
- her work focused on graphics, word processing, and language design
- wrote Unix tools for word processing (tbl), for compiling (Lex), and for networking (uucp)
- ported Unix and C to the DEC VAX 11/780
- devised efficient regular expression and string-pattern matching algorithms of the Unix tools egrep and fgrep
- cryptographer who wrote a M-209-based crypt and managed to break crypt by hand
- The troff macros used for man pages (-mm) were the general-purpose ones written by
- the Unix Circuit Design System (UCDS)
- Coined the term "Unix" and was the "K" in K&R C
- creator of the computer software program make and author of the first Fortran 77 compiler
- PWB setup and de-facto adjunct member of the research group
- introduced the idea of Unix pipelines
- coauthored Elements of Programming Style and Software Tools, later his company sold a C compiler and Unix-like operating system (Idris).
- Contributed to the sed stream editor and development of comm, qsort, grep, index, cref, cu, and Datakit
Down
- nfs, ufs original version of UCDS and invented cell-based networks
- worked on the Unix kernel and negotiated the terms of the first source license of UNIX to a university
- developed yacc command and while debugging the grammar of yacc developed lint command
- Authored the first version of troff for Unix
- A shell was written by him and includes his name
- he is the "W" in AWK programming language
- set up the first UNIX support group at Bell Labs and standardization of UNIX
- Started developing the Programmer's Workbench (PWB/UNIX)with Evan Ivie
- Co-developer of the Unix operating system and programming languages B, C, and Go
- UNIX support group and de-facto adjunct member of the research group
- Considered the creator of the C programming language and co-developer of the Unix operating system
24 Clues: the Unix Circuit Design System (UCDS) • introduced the idea of Unix pipelines • ported Unix and C to the DEC VAX 11/780 • he is the "W" in AWK programming language • Authored the first version of troff for Unix • Coined the term "Unix" and was the "K" in K&R C • A shell was written by him and includes his name • ...
Contexto histórico de Unix 2016-02-09
Across
- Uno de los sistemas derivados de BSD mas populres en día.
- Una de las primeras distribuciones GNU/Linux predecesora de CentOS.
- Uno de los creadores de UNIX.
- Característica de los sistemas operativos basados en Unix.
- Fundador del proyecto GNU
- de los creadores de UNIX.
- Fundación dedicada al fomento del software libre.
- Implementación de Unix de la empresa Hewlett-Packard.
- Un núcleo monolitíco inspilado en Minix, el cual se utilza hoy ampliamente en diversos entornos.
- Sistema operativo derivado de Unix dediado a trabajar en estaciones de trabajo gráfico.
- Parte del sistema operativo que interactua directamente con el hardware.
- Característica de Unix que permitió ampliar su popularidad
- Una de las primeras distribuciones GNU/Linux predecesora de Knoppix.
- Nombre dado a la implementación de Unix de la empresa Sun Microsystem.
Down
- Una de las primeras distribuciones GNU/Linux predecesora de SuSe.
- Nombre dado a la estructura de diseño de un núcleo creado por linus.
- Nombre clave dado al Kernel utilizado por los sistemas Mac OS X.
- del núcleo monolítico utilizado en las distribuciones GNU/Linux.
- Sistema operativo derivado de Unix distribuido por la Universidad de California en Berkeley.
- Implementación de Unix de la empresa IBM.
- Microkernel desarrollado por el proyecto GNU.
- Compañía que creyó tener la propiedad de Unix en los últimos años.
- Característica de Unix que permitió ampliar su popularidad
- Actuales propietarios de los derechos de Unix.
- Nombre dado a la interfaz estándar de sistemas operativos tipo Unix cuyo nombre fue propuesto por el fundador del proyecto GNU.
- Nombre clave dado a los sistemas Unix a partir de 1983 y que aún se utiliza para su denominación.
- Característica de Unix que permite la utilización simultánea del sistema a través de sesiones.
- Sistema Operativos inspirado en Unix y creado con fines educativos.
- Institución académicá donde trabajó el fundador del proyecto GNU.
- Es una distribución GNU/Linux basada en Debian.
30 Clues: Fundador del proyecto GNU • de los creadores de UNIX. • Uno de los creadores de UNIX. • Implementación de Unix de la empresa IBM. • Microkernel desarrollado por el proyecto GNU. • Actuales propietarios de los derechos de Unix. • Es una distribución GNU/Linux basada en Debian. • Fundación dedicada al fomento del software libre. • ...
Unix-Introduction 2024-08-30
Across
- command that record your terminal session
- display system information
- Knowing your terminal
- check exit status
- navigate back/forth
- name given to file when is executed
- information about the command
Down
- core of os
- process status
- control the terminal’s behavior and appearance
- the files and commands associated with agiven keyword.
- Mathematical calculations
- set of standards that ensures compatibility between Unix like OS
- hidden files
- command interpreter
15 Clues: core of os • hidden files • process status • check exit status • navigate back/forth • command interpreter • Knowing your terminal • Mathematical calculations • display system information • information about the command • name given to file when is executed • command that record your terminal session • control the terminal’s behavior and appearance • ...
Linux Crossword Puzzle CREATED BY ___________. TAKEN BY ___________ 2025-02-03
Across
- Displays your login name
- Virtual storage space
- specific letters that start with a dash
- keyboard with special meaning
- common form of documentation
- appear after the command name
- Exits out of your current shell
Down
- indicate the name of the program to execute
- Powers off your system immediately
- Displays currently logged-in users
- Displays the calendar for the current month
- Displays system information
- a family of UNIX
- the terminal screen
- Halts your system fast
- Displays the current date and time
- Reboots your system
- Lists files
- Resets your terminal to use default terminal settings
- Displays the numbers of account
20 Clues: Lists files • a family of UNIX • the terminal screen • Reboots your system • Virtual storage space • Halts your system fast • Displays your login name • Displays system information • common form of documentation • keyboard with special meaning • appear after the command name • Exits out of your current shell • Displays the numbers of account • Powers off your system immediately • ...
Linux Command Line Inteface Commands Crossword 2024-01-01
Across
- View contents of a file one screen at a time
- Manual for unix command help
- Device addresses (IPv4, IPv6 etc.)
- Discover other network devices on your local network
- Create a file
- Absolute path of current working directory
- Superuser
- Temporary elevation of privileges to superuser
Down
- Hidden file named after the person who put his car in space
- List the contents of the current directory
- open source Linux distribution
- Encrypt a file
- Finding IP address of a web domain
- Make a directory
- Recycle commands
- View contents of a file
16 Clues: Superuser • Create a file • Encrypt a file • Make a directory • Recycle commands • View contents of a file • Manual for unix command help • open source Linux distribution • Finding IP address of a web domain • Device addresses (IPv4, IPv6 etc.) • List the contents of the current directory • Absolute path of current working directory • View contents of a file one screen at a time • ...
UNIX 2021-12-12
Across
- Name the command used to change the password
- Which command is used to display the top of the file
- Which command is used to create and display files
- What are the metacharacters that are used to construct the generalized pattern for matching filenames
- UNIX file system stores a data in phyisical blocks of __
- Which column contains the file permissions of a file in ls-l
- Name the third field of ls-l command
- What is the third field in file permissions
- Name the seventh field of ls-l command
Down
- What is the second field in relative permissions
- Which command is used to set permissions for all three categories of users of a file
- Name the command to remove a directory
- Which is the earliest used shell that came with UNIX system
- What is the alternative for the printf command
- Name the command used to rename a file
15 Clues: Name the third field of ls-l command • Name the command to remove a directory • Name the seventh field of ls-l command • Name the command used to rename a file • What is the third field in file permissions • Name the command used to change the password • What is the alternative for the printf command • What is the second field in relative permissions • ...
Unix 2021-12-13
Across
- count words
- open saved file or create a new one
- to run a shell script
- create directory
- run with super user permissions
- change ownership
- send ping to an ip address
- kill process
Down
- display user logged in
- change permissions
- change directory
- access cron scheduler
- open manual
- super user
- print calendar
- print current directory
- global regular exp search
- list all elements
18 Clues: super user • count words • open manual • kill process • print calendar • change directory • create directory • change ownership • list all elements • change permissions • access cron scheduler • to run a shell script • display user logged in • print current directory • global regular exp search • send ping to an ip address • run with super user permissions • open saved file or create a new one
UNIX 2021-12-12
Across
- Name the command to remove a directory
- UNIX file system stores a data in phyisical blocks of __
- Name the third field of ls-l command
- What is the alternative for the printf command
- Name the seventh field of ls-l command
- What is the third field in file permissions
- Which command is used to set permissions for all three categories of users of a file
- Name the command used to change the password
Down
- Which column contains the file permissions of a file in ls-l
- Which is the earliest used shell that came with UNIX system
- What is the second field in relative permissions
- What are the metacharacters that are used to construct the generalized pattern for matching filenames
- Which command is used to create and display files
- Which command is used to display the top of the file
- Name the command used to rename a file
15 Clues: Name the third field of ls-l command • Name the command to remove a directory • Name the seventh field of ls-l command • Name the command used to rename a file • What is the third field in file permissions • Name the command used to change the password • What is the alternative for the printf command • What is the second field in relative permissions • ...
Unix programming Crossword Puzzle 2022-12-06
Across
- Used to connect two or more commands
- The command to know the Machine name
- The command used to change the file owner
- The filter in UNIX used to search for a pattern
- The command used to create directories on a file system
Down
- The original UNIX shell and also the Solaris default OS
- How to remove the special meaning of Metacharacters (The Efficient method)
- What must never be writable by group or others
- The command used on a variable do that it's value cannot be changed
- The command used to handle true or false values returned by evaluation of an expression
10 Clues: Used to connect two or more commands • The command to know the Machine name • The command used to change the file owner • What must never be writable by group or others • The filter in UNIX used to search for a pattern • The original UNIX shell and also the Solaris default OS • The command used to create directories on a file system • ...
UNIX 2021-12-12
Across
- Which command is used to display the top of the file
- UNIX file system stores a data in physical blocks of __
- Which command is used to set permissions for all three categories of users of a file
- What is the alternative for the printf command
- What are the metacharacters that are used to construct the generalized pattern for matching filenames
- Name the seventh field of ls-l command
- Name the command to remove a directory
- What is the interface between Kernel and User
Down
- Name the command used to change the password
- What is the third field in file permissions
- Which is the earliest used shell that came with UNIX system
- Name the third field of ls-l command
- Which command is used to create and display files
- Which column contains the file permissions of a file in ls-l
- Name the command used to rename a file
15 Clues: Name the third field of ls-l command • Name the seventh field of ls-l command • Name the command to remove a directory • Name the command used to rename a file • What is the third field in file permissions • Name the command used to change the password • What is the interface between Kernel and User • What is the alternative for the printf command • ...
UNIX 2021-12-12
Across
- What are the metacharacters that are used to construct the generalized pattern for matching filenames
- UNIX file system stores a data in physical blocks of __
- Which command is used to create and display files
- Name the command used to rename a file
- What is the alternative for the printf command
- Name the third field of ls-l command
- Which column contains the file permissions of a file in ls-l
- What is the interface between Kernel and User
- Name the command used to change the password
Down
- Which command is used to set permissions for all three categories of users of a file
- Name the seventh field of ls-l command
- Name the command to remove a directory
- Which is the earliest used shell that came with UNIX system
- What is the third field in file permissions
- Which command is used to display the top of the file
15 Clues: Name the third field of ls-l command • Name the seventh field of ls-l command • Name the command to remove a directory • Name the command used to rename a file • What is the third field in file permissions • Name the command used to change the password • What is the interface between Kernel and User • What is the alternative for the printf command • ...
Unix Assignment 2021-12-12
Across
- used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
- This command changes the apparent root directory for the current running process and its children.
- is used by a computer user to execute commands with the privileges of another user account.
Down
- is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
- is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
- 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.
- This command attaches the filesystem of an external device to the filesystem of a system.
7 Clues: This command attaches the filesystem of an external device to the filesystem of a system. • is used by a computer user to execute commands with the privileges of another user account. • This command changes the apparent root directory for the current running process and its children. • ...
UNIX Commands, AT&T Bell Laboratories 2022-08-02
Across
- concatenates files
- unix is a pun on ______ which was an operating system the early developers were working on
- print out arguments to the command
- enables you to temporarily switch to a shell owned by another user
- tells you what the current time is
- deletes files
- creates a directory
- shows or sets the file mode creation mask
- this is used by cron to determine what needs to be run
- compare two sorted files line by line
- prints lines matching a pattern
- lists the contents of a directory
- strips directory and suffix from filenames
- changes the timestamps of a file or creates file if it doesn't exist
- shows the different between two text files
- tests for file types and compare values
- most commonly used text editor on UNIX/linux
- without any files specified, cat reads from the standard ______
- used to create a link to a file
- print out calendar for the specified month or year
- the connection of the standard output of one process to the standard input of another is known as a _____
- shows how the directory tree is built by mounted filesystems
- shows first few lines of files
- creates copy of file under a different name or path
- saves a typescript of an interactive terminal session
- file perusal filter similar to more but with more features
- initializes a terminal or query terminfo database
- relays standard input to the standard output while capturing a copy in a file
- stream editor for filtering and transforming text using a regular expression syntax
- the original line editor that came with UNIX
- program that reads input from the standard input and writes to the standard output
- used to send output to a printer
- calls up the GNU C compiler
- the -n option to this command prints the hostname of the computer
- shows what processes are running on the system
- evaluates logical or integer arithmatic expressions
- shows or omits repeated lines
- files with names starting with a period are known as _____ files
- displays information about users on the system
- it is a unix convention to store binaries in a ____ directory
Down
- program that returns an exit status of non zero
- display or set your tty settings
- renames a file
- removes sections from each line of files
- this is the clock daemon that will run commands for you on a regularly scheduled basis
- a link that can span file system boundaries is called a ______ link
- a pattern scanning and processing language with algorithmic syntax used in scripting
- version of grep that allows the use of logical operators in specifying the search pattern
- used to send various signals to processes whose PIDs are known
- system process that is designed to run in the background
- paginates a file
- this is the line oriented portion of vi
- shows who is currently logged on
- diverting the standard output to a file is known as a _____ion operation
- arbitrary precision infix calculator
- what we usually call a command line interpreter
- program that returns an exit status of zero
- searches for files in a directory hierarchy
- changes file permission mode settings
- shows a listing of last logged in users
- determines file type
- delays for a specified amount of time
- every process was a unique ___ number
- sorts lines of text based on criteria
- prints out the last few lines of a file
- file perusal filter for viewing on terminal
- tells computer about the capabilities of your terminal
- strips last component from filename
- ability to run more than one command at a time
- translates or deletes characters
- merges lines of files
- removes an empty directory
72 Clues: deletes files • renames a file • paginates a file • concatenates files • creates a directory • determines file type • merges lines of files • removes an empty directory • calls up the GNU C compiler • shows or omits repeated lines • shows first few lines of files • prints lines matching a pattern • used to create a link to a file • display or set your tty settings • ...
Crossword 2024-05-15
20 Clues: PC • GUI • RAM • ROM • CPU • DOS • UNIX • code • debug • driver • device • system • kernel • program • command • hardware • instance • application • instruction • architecture
unix 2021-12-19
Across
- controls te kernel ring buffer
- send icmp echo request to network hosts
- display the current date
- changes the access mode of a file
- used to copy files
- print last n lines of each file to standard output
Down
- works with ip/kernel table
- search for file in directory hierarchy
- create the directories
- print names of current/working directory
- search for string in group of files
- display message on terminal
- convert content of input in different formats with octal format
- to see the calender of any specific month
14 Clues: used to copy files • create the directories • display the current date • works with ip/kernel table • display message on terminal • controls te kernel ring buffer • changes the access mode of a file • search for string in group of files • search for file in directory hierarchy • send icmp echo request to network hosts • print names of current/working directory • ...
UNIX Commands, AT&T Bell Laboratories 2017-02-19
Across
- concatenates files
- unix is a pun on ______ which was an operating system the early developers were working on
- print out arguments to the command
- enables you to temporarily switch to a shell owned by another user
- tells you what the current time is
- deletes files
- creates a directory
- shows or sets the file mode creation mask
- this is used by cron to determine what needs to be run
- compare two sorted files line by line
- prints lines matching a pattern
- lists the contents of a directory
- strips directory and suffix from filenames
- changes the timestamps of a file or creates file if it doesn't exist
- shows the different between two text files
- tests for file types and compare values
- most commonly used text editor on UNIX/linux
- without any files specified, cat reads from the standard ______
- used to create a link to a file
- print out calendar for the specified month or year
- the connection of the standard output of one process to the standard input of another is known as a _____
- shows how the directory tree is built by mounted filesystems
- shows first few lines of files
- creates copy of file under a different name or path
- saves a typescript of an interactive terminal session
- file perusal filter similar to more but with more features
- initializes a terminal or query terminfo database
- relays standard input to the standard output while capturing a copy in a file
- stream editor for filtering and transforming text using a regular expression syntax
- the original line editor that came with UNIX
- program that reads input from the standard input and writes to the standard output
- used to send output to a printer
- calls up the GNU C compiler
- the -n option to this command prints the hostname of the computer
- shows what processes are running on the system
- evaluates logical or integer arithmatic expressions
- shows or omits repeated lines
- files with names starting with a period are known as _____ files (synonym)
- displays information about users on the system
- it is a unix convention to store binaries in a ____ directory
Down
- program that returns an exit status of non zero
- display or set your tty settings
- renames a file
- removes sections from each line of files
- this is the clock daemon that will run commands for you on a regularly scheduled basis
- a link that can span file system boundaries is called a ______ link
- a pattern scanning and processing language with algorithmic syntax used in scripting
- version of grep that allows the use of logical operators in specifying the search pattern
- used to send various signals to processes whose PIDs are known
- system process that is designed to run in the background
- paginates a file
- this is the line oriented portion of vi
- shows who is currently logged on
- diverting the standard output to a file is known as a _____ion operation
- arbitrary precision infix calculator
- what we usually call a command line interpreter
- program that returns an exit status of zero
- searches for files in a directory hierarchy
- changes file permission mode settings
- shows a listing of last logged in users
- determines file type
- delays for a specified amount of time
- every process was a unique ___ number
- sorts lines of text based on criteria
- prints out the last few lines of a file
- file perusal filter for viewing on terminal
- tells computer about the capabilities of your terminal
- strips last component from filename
- ability to run more than one command at a time
- translates or deletes characters
- merges lines of files
- removes an empty directory
72 Clues: deletes files • renames a file • paginates a file • concatenates files • creates a directory • determines file type • merges lines of files • removes an empty directory • calls up the GNU C compiler • shows or omits repeated lines • shows first few lines of files • prints lines matching a pattern • used to create a link to a file • display or set your tty settings • ...
Crossword 2024-05-15
20 Clues: PC • ROM • RAM • DOS • GUI • CPU • UNIX • code • debug • device • system • kernel • driver • command • program • instance • hardware • instruction • application • architecture
Crossword 2024-05-15
20 Clues: PC • RAM • DOS • ROM • GUI • CPU • code • UNIX • debug • driver • kernel • device • system • program • command • hardware • instance • application • instruction • architecture
Software 2019-09-15
Across
- "unix-like"
- software used to save disk space or network bandwidth
- works on several different platforms
- programs used to compress and back up important files
- firewall software is a type of __
- type of utility software that optimizes system resources to improve performance
- place where device drivers can be mostly found
- another term for multiplatform
- required by all information technology to operate
- basic software included with operating systems to perform common tasks
- makes it possible to install more than one OS at once and choose which one to use
- a particular combination of hardware and operating systems
- user interface where the user types a series of commands using the keyboard
- secures folders, files, and disks
Down
- software used to remove malicious viruses
- user interface that is operated using a mouse or similar pointing device
- allow the user to interact with and operate the computer
- type of utility software that __ the OS with the latest security and 'patches'
- the OS uses device drivers to __ with the various hardware devices attached to the computer
- software used to understand how to communicate with hardware attached to the computer
- platform that does not enable you to produce work
- OS managed by Nokia
- allows some OS to run on multiple types of hardware platforms
- optimises hard disk performance by arranging files into contiguous sectors
- 90% of desktop computers use this
- based on unix, used by 5% of desktops
- used by supercomputers and mainframes
- options that helped disabled users
- place where OS is first loaded when you first turn on the computer
- the OS protects __ by isolating programs from each other so one program can't corrupt another program's data
30 Clues: "unix-like" • OS managed by Nokia • another term for multiplatform • 90% of desktop computers use this • firewall software is a type of __ • secures folders, files, and disks • options that helped disabled users • works on several different platforms • based on unix, used by 5% of desktops • used by supercomputers and mainframes • software used to remove malicious viruses • ...
Unix Puzzle 2022-01-16
Across
- it is used to change the password
- special pipe device file that provides temporary buffer
- *,?
- used to create directories of a file system
- used to delete files
- search for a file pattern
- command that is used to display data in octal
- listing file attributes
Down
- connect to commands together
- a shell built-in command that operates on positional parameters
- function that is used to retrieve file attributes
- changes permissions specified in the command line
- create, view, concatenate files
- heart of UNIX system
- used to make variables that user cannot change
15 Clues: *,? • heart of UNIX system • used to delete files • listing file attributes • search for a file pattern • connect to commands together • create, view, concatenate files • it is used to change the password • used to create directories of a file system • command that is used to display data in octal • used to make variables that user cannot change • ...
Unix Puzzle 2022-01-16
Across
- a shell built-in command that operates on positional parameters
- *,?
- used to create directories of a file system
- special pipe device file that provides temporary buffer
- command that is used to display data in octal
- search for a file pattern
- listing file attributes
Down
- heart of UNIX system
- create, view, concatenate files
- function that is used to retrieve file attributes
- it is used to change the password
- used to make variables that user cannot change
- changes permissions specified in the command line
- connect to commands together
- used to delete files
15 Clues: *,? • heart of UNIX system • used to delete files • listing file attributes • search for a file pattern • connect to commands together • create, view, concatenate files • it is used to change the password • used to create directories of a file system • command that is used to display data in octal • used to make variables that user cannot change • ...
Software 2019-09-15
Across
- a particular combination of hardware and operating systems
- makes it possible to install more than one OS at once and choose which one to use
- software used to understand how to communicate with hardware attached to the computer
- optimises hard disk performance by arranging files into contiguous sectors
- secures folders, files, and disks
- another term for multiplatform
- based on unix, used by 5% of desktops
- firewall software is a type of __
- used by supercomputers and mainframes
- software used to save disk space or network bandwidth
- required by all information technology to operate
- works on several different platforms
- user interface that is operated using a mouse or similar pointing device
- type of utility software that optimizes system resources to improve performance
- options that helped disabled users
- OS managed by Nokia
Down
- type of utility software that __ the OS with the latest security and 'patches'
- programs used to compress and back up important files
- user interface where the user types a series of commands using the keyboard
- "unix-like"
- platform that does not enable you to produce work
- allows some OS to run on multiple types of hardware platforms
- place where device drivers can be mostly found
- software used to remove malicious viruses
- allow the user to interact with and operate the computer
- place where OS is first loaded when you first turn on the computer
- basic software included with operating systems to perform common tasks
- the OS uses device drivers to __ with the various hardware devices attached to the computer
- 90% of desktop computers use this
- the OS protects __ by isolating programs from each other so one program can't corrupt another program's data
30 Clues: "unix-like" • OS managed by Nokia • another term for multiplatform • secures folders, files, and disks • firewall software is a type of __ • 90% of desktop computers use this • options that helped disabled users • works on several different platforms • based on unix, used by 5% of desktops • used by supercomputers and mainframes • software used to remove malicious viruses • ...
Input and Output by Amirul 2018-04-17
Across
- The ______ function is used to set the file position indicator for the stream to a new position
- standard output in unix
- ____ is a family standards that specified by the IEEE for maintaining compatibility between OS
- ____ is the name of the header file that provides access to the POSIX
- a system call/function to write information into a file
Down
- a command, which is used to remove all previous commands and output from the display screen
- standard input in unix
- a system call/function to close a previously opened file
- a system call/function to moves to a specified byte in a file
- a command that tells the user the name and location of the current directory
10 Clues: standard input in unix • standard output in unix • a system call/function to write information into a file • a system call/function to close a previously opened file • a system call/function to moves to a specified byte in a file • ____ is the name of the header file that provides access to the POSIX • ...
UNIX crossword 2017-02-17
Across
- a link that can span file system boundaries is called a ______ link
- lists the contents of a directory
- without any files specified, cat reads from the standard ______
- enables you to temporarily switch to another user
- prints out the last lines of a file
- files with names starting with a period are known as _____ files
- what we usually call a command line interpreter
- removes an empty directory
- this is the line oriented portion of vi
- calls up the GNU C compiler
- used to send output to a printer
- creates copy of file under a different name or path
Down
- system process that is designed to run in the background
- print out arguments to the command
- ability to run more than one command at a time
- it is unix convention to store binaries in a ____ directory
- unix is a pun on ______ which was an operating system the early developers were working on
- program that read input from standard input and writes to the standard output
- tells computer about the capabilities of your terminal
- create a directory
- this is the clock daemon that will run commands for you on a regularly scheduled basis
- display or set your tty settings
- paginate a file
23 Clues: paginate a file • create a directory • removes an empty directory • calls up the GNU C compiler • display or set your tty settings • used to send output to a printer • lists the contents of a directory • print out arguments to the command • prints out the last lines of a file • this is the line oriented portion of vi • ability to run more than one command at a time • ...
Chapter-4 Crossword 2025-03-05
Across
- A command used in UNIX and Linux to copy files and directories.
- A command in UNIX/Linux used to change the group ownership of a file or directory.
- A command used to remove files or directories.
- Sections of storage in a file system where actual file data is kept.
- A command used to remove empty directories
- An environment variable in operating systems that specifies a set of directories where executable programs are located.
- A data structure in a file system that contains information about the file system's layout and status.
- A command in UNIX/Linux used to display the type of a command (alias, function, built-in, or external).
- A Linux command used to locate the executable file associated with a given command.
- The user who has control over a file or directory in a UNIX/Linux system, with the ability to modify permissions.
- A command in UNIX/Linux used to create an empty file or update the timestamp of an existing file.
- A UNIX/Linux command used to create a link to a file, either hard or symbolic.
Down
- A technique used in decision trees and search algorithms to eliminate less promising branches and improve efficiency.
- Attributes that control who can read, write, or execute a file or directory in a file system.
- A method or function that calls itself to solve problems step by step.
- A Linux command used to search for files and directories based on name, size, type, or other attributes.
- The main group assigned to a user in UNIX/Linux systems, often used for file permissions.
- A Linux command used to quickly find the location of a file by searching a pre-built database.
- A command in UNIX/Linux used to change the ownership of a file or directory.
- A Linux command used to locate the binary, source, and manual page files for a command.
20 Clues: A command used to remove empty directories • A command used to remove files or directories. • A command used in UNIX and Linux to copy files and directories. • Sections of storage in a file system where actual file data is kept. • A method or function that calls itself to solve problems step by step. • ...
System Software, Operating Systems and Utilities Crossword 2017-03-27
Across
- Popular open-source operating system
- Allows hardware to communicate with software (2w)
- Restrict incoming and outgoing network
- Utility programs including antivirus and spyware protection (2w)
- Popular operating system used on non-Apple phones
- Software that detects and destroys viruses
Down
- OS requiring commands to be typed out
- The process where an OS fixes known bugs and security risks (2w)
- A pointer that selects objects on your monitor
- Prepares a storage device for its first use (2w)
- Command-line operating system mostly found on expensive servers
- OS containing graphics
12 Clues: OS containing graphics • Popular open-source operating system • OS requiring commands to be typed out • Restrict incoming and outgoing network • Software that detects and destroys viruses • A pointer that selects objects on your monitor • Prepares a storage device for its first use (2w) • Allows hardware to communicate with software (2w) • ...
39 2024-08-01
Across
- Altair 8800 manufacturer
- TV and electronics brand
- Xerox research center
- Network operating system
- Database management system
- Operating system developed by AT&T
- Apple co-founder Steve
- Computer bus standard
- Operating system for TRS-80
- Early time-sharing operating system
- American Standard Code
- Innovation center
- Developed Unix
Down
- Graphical user interface
- Fault-tolerant computers
- LAN technology
- Memory interface technology
- Unix operating system variant
- IBM transaction server
- Programming language
- Company behind early TVs
- Digital Equipment Corporation
- Networking company
- Switching network technology
- Serial communication interface
25 Clues: LAN technology • Developed Unix • Innovation center • Networking company • Programming language • Xerox research center • Computer bus standard • IBM transaction server • Apple co-founder Steve • American Standard Code • Graphical user interface • Altair 8800 manufacturer • Fault-tolerant computers • TV and electronics brand • Network operating system • Company behind early TVs • ...
Justin Kanellopoulos Lesson 1 2025-11-05
Across
- Help from online forums or groups
- Source code is shared for anyone to use
- Online place to host Linux systems
- Screen used to type Linux commands
- Instruction you type in Linux
- Older system that inspired Linux
- License that keeps Linux code open
- Change Linux to fit your needs
- Computer used for daily tasks
- Linux is free to use and share
- Very powerful computer used for science
Down
- Running many systems on one machine
- Version of Linux made by different groups
- Control what users can do to files
- Free open source operating system
- Core part of the Linux operating system
- Keeps systems safe from attacks
- Computer that gives data to other computers
- Small devices that connect to the internet
- Linux runs without crashing for long times
20 Clues: Instruction you type in Linux • Computer used for daily tasks • Change Linux to fit your needs • Linux is free to use and share • Keeps systems safe from attacks • Older system that inspired Linux • Help from online forums or groups • Free open source operating system • Control what users can do to files • Online place to host Linux systems • Screen used to type Linux commands • ...
Exam 2 Review 2016-03-16
Across
- a grouping of storage devices, such as hard disk arrays, that form a subnet so that the storage is available to any server on the main network (acronym)
- ____ routes are routes set up by the network administrator and specify fixed paths between two routers.
- A device that sends out and picks up radio waves and is used by access points and wireless NICs.
- Which type of network are you running if your computer is a member of a workgroup? (three words normally hyphenated)
- An area with public wireless access is called a ____,which is simply a location that provides a public access point to users.
- The ____ file permission category in UNIX/Linux systems typically entails all permissions and is designated by the letter u.
- Disk space that is used for virtual memory in Windows (two words)
- A(n) ____ print server is a boxlike device that has a NIC (or WNIC) and one, two, or more ports for connecting printers, such as USB or parallel ports.
- ____ communications are continuous bursts of data controlled by a clock signal that starts each burst.
- Permissions are set up by using the ____ command in UNIX/Linux.
Down
- Virtual memory that resided on a hard disk and is configured when Linux is installed (two words)
- Typically refers to a software or hardware interface that enables two different types of networked systems or software to communicate
- The physical topology when a hub is used to connect network nodes
- Mac OS X is built upon what other operating system, allowing you to use commands such as du and finger from a terminal window?
- What type of notice is sent when a station wants to disconnect from another station?
- A cable ____ communicates using upstream and downstream frequencies (channels) that are already allocated by a cable service.
- Which Linux command enables you to display memory usage and monitor virtual memory usage?
- To ensure that you can boot to a DVD/CD-ROM drive, you may first need to configure which of the following? (acronym)
- In UNIX/Linux, a mapped drive is called a ____ volume.
- A ____ centralizes control of network resources into a logical grouping of user accounts, computers, printers, and network devices.
- _____ computing involves providing a host of scalable Web-based applications and services over the Internet or a private network.
21 Clues: In UNIX/Linux, a mapped drive is called a ____ volume. • Permissions are set up by using the ____ command in UNIX/Linux. • The physical topology when a hub is used to connect network nodes • Disk space that is used for virtual memory in Windows (two words) • What type of notice is sent when a station wants to disconnect from another station? • ...
Viktorina Proggera 2022-12-19
Across
- A set of commands that specify the sequence of actions of the processor in order to obtain the required result.
- The language, developed in 1964, is a programming language.
- A relatively independent part of the program.
- The language has static typing, supports polymorphism, operator overloading, delegates, attributes, events, variables, properties, generalized types and methods, iterators, anonymous functions with closure support, LINQ, exceptions, comments in XML format.
- A complete semantic expression in a high-level language.
- A program that converts a program in the source language into an object program.
- A program designed to translate high-level language operators into machine commands executed by the processor.
- A programming language that appeared in early 1995 and quickly won the title of the first visual application development system for Windows.
Down
- A predefined sequence of well-defined commands to obtain a solution to the problem.
- Memory for intermediate data storage, used for data compensation.
- A language developed to implement UNIX system operations in the early 70s.
- The language, which was created by the French scientist A. Calmeere in 1973.
- A part of a program that performs some clearly defined operation on data defined by parameters.
- A language designed to represent a machine language program in a convenient symbolic form.
14 Clues: A relatively independent part of the program. • A complete semantic expression in a high-level language. • The language, developed in 1964, is a programming language. • Memory for intermediate data storage, used for data compensation. • A language developed to implement UNIX system operations in the early 70s. • ...
Chapter 2 Crossword 2025-10-08
Across
- Version of Linux such as Ubuntu or Fedora
- A collection of files needed to install software
- Command used to display help manuals
- Interface that allows users to type commands
- An open-source operating system based on UNIX
- Package manager used by Fedora and Red Hat
- Directory that contains a user's personal files
- A popular Linux desktop environment
- Instruction given to the computer, via the shell
- The superuser account or top directory in Linux
- Boot loader used to load the Linux kernel
Down
- Program that opens a command-line interface
- Structure for organizing data on storage
- Text interface for interacting with the OS
- Default command shell in many Linux systems
- package manager used by Debian and Ubuntu
- Command to execute a command with superuser privileges
- Another word for folder in Linux
- Core part of the Linux operating system
- Specifies the location of a file or directory
20 Clues: Another word for folder in Linux • A popular Linux desktop environment • Command used to display help manuals • Core part of the Linux operating system • Structure for organizing data on storage • Version of Linux such as Ubuntu or Fedora • package manager used by Debian and Ubuntu • Boot loader used to load the Linux kernel • Text interface for interacting with the OS • ...
Linux mõisted ja terminid 2024-02-29
Across
- Nimi, millega kasutaja saab ennast UNIX® süsteemis tuvastada ja süsteemi kasutada.
- on termin, mida kasutatakse UNIX-i ja UNIX-laadsete operatsioonisüsteemide,
- American Standard Code for Information Interchange ehk Ameerika infovahetuse standardkood. Seda kasutatakse sümbolite, sealhulgas juhtsümbolite salvestamiseks arvutis.
- Berkeley Software Distribution ehk Berkeley tarkvaradistributsioon on UNIX® variant, mille töötas välja Berkeley ülikooli arvutiteaduse teaduskond. Seda on alati peetud
- Protseduur, mis toimub pärast arvuti sisselülitamist ja mille käigus tuvastatakse üksteise järel välisseadmed ning laaditakse mällu operatsioonisüsteem.
- Oluliste andmete salvestamine turvalisele andmekandjale või asukohta
- on isik, kes püüab murda sisse arvutisüsteemi
- Indikaator (tavaliselt bitt), mida kasutatakse märguandmiseks programmi teatud oleku kohta.
- Vi ja selle kloonide korral programmi olek, mille korral klahvi vajutamine ei sisesta redigeeritavasse faili sümbolit
- Üks kahest võimalusest panna programm tööle süsteemis, millele see ei olnud algselt mõeldud.
- on tarkvara, mis võimaldab kasutajal suhelda arvutiga tekstipõhiselt, sisestades käsklusi ja saades vastuseid teksti kujul.
- GNU's Not Unix ehk 'GNU ei ole Unix'. GNU projekti algatas Richard Stallman 1980. aastate algul, üritades luua vaba operatsioonisüsteemi (vaba esineb siin sellises tähenduses nagu väljendis kõnevabadus).
Down
- on tarkvara, mis võimaldab kasutajal hallata ja haldada pakke, mis on tavaliselt tihendatud failid näiteks (ZIP, RAR ja TAR)
- lähtekood- Nii nimetatakse programmi vaba lähtekoodi, mis on tehtud avalikuks nii arendajatele kui üldse kogu maailmale
- Ajutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver.
- Seda pakub shell ning see võimaldab kasutajal käske vahetult anda.
- Tähendab programmi testimise teatud järku
- Kernel on operatsioonisüsteemi tuum. See vastutab ressursside eraldamise ning protsesside eristamise eest.
- Teekond, mille datagrammid läbivad võrgus lähtekohast sihtkohani ehk teekond ühest masinast teise.
- Selle mõistega eristatakse ühe Linuxi tootja toodet teistest. Distributsioon koosneb Linuxi kernelist ja utiliitidest, samuti paigaldamisprogrammist, kolmandate osapoolte programmidest ja vahel ka firmaomasest tarkvarast
20 Clues: Tähendab programmi testimise teatud järku • on isik, kes püüab murda sisse arvutisüsteemi • Seda pakub shell ning see võimaldab kasutajal käske vahetult anda. • Oluliste andmete salvestamine turvalisele andmekandjale või asukohta • Ajutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver. • ...
Linux Essentials chapter 1-3 2024-05-01
Across
- User interface of a Linux system.
- The language in which Linux is written.
- Desktop email application.
- Package management for Debian.
Down
- A Linux distribution that is compatible with Red Hat Enterprise Linux but does not offer the paid support
- A text-based interface in which the user enters commands
- The native file-sharing protocol for Unix and Linux.
- Package management for Red Hat.
8 Clues: Desktop email application. • Package management for Debian. • Package management for Red Hat. • User interface of a Linux system. • The language in which Linux is written. • The native file-sharing protocol for Unix and Linux. • A text-based interface in which the user enters commands • ...
commands 2024-05-16
Across
- don't turn on
- call
- don't get in
- don't stop
- don't download
- don't start
- stop
- park
- don't park
- turn on
- turn on
- work
- don't fill
- don't ring
- record
Down
- don't print
- download
- get out
- burn
- don't surf
- ring
- don't save
- don't check
- don't record
- don't burn
- don't drive (C)
- don't work
- don't turn off
- don't call
- turn off
- start
- don't get out
- fill
- erase
35 Clues: burn • ring • call • stop • park • fill • work • print • start • erase • record • get out • turn on • turn on • download • turn off • don't surf • don't save • don't stop • don't burn • don't work • don't park • don't call • don't fill • don't ring • don't print • don't check • don't start • don't get in • don't record • don't turn on • don't get out • don't download • don't turn off • don't drive (C)
COMMANDS 2022-06-01
Commands 2024-09-16
22 Clues: sit • read • close • Can I • study • stand • quiet • sorry • write • speak • answer • repeat • please • turn on • do/make • fountain • bathroom • turn off • excuse me • bless you • thank you • raise your hand
Sõnad(Glen Klimov ITSp24) 2025-04-15
Across
- Numbriline aadress, mis koosneb (versioonis 4 ehk IPv4) neljast osast ja mis tuvastab teie arvuti võrgus
- Võimaldab kasutajal käske vahetult anda
- - American Standard Code for Information Interchange ehk Ameerika infovahetuse standardkood
- Salasõna või sõnade või tähtede kombinatsioon, mida kasutatakse millegi turvamiseks
- - Laaditakse mällu operatsioonisüsteem
- Kernel on operatsioonisüsteemi tuum
- GNU's Not Unix ehk 'GNU ei ole Unix'.
- Ajutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver
Down
- Vi ja selle kloonide korral programmi olek
- - Tähendab programmi testimise teatud järku, testimine enne väljalaskmist
- Berkeley Software Distribution
- Üks kahest võimalusest panna programm tööle süsteemis, millele see ei olnud algselt mõeldud
- Oluliste andmete salvestamine turvalisele andmekandjale või asukohta
- Spetsiaalne UNIX® failitüüp. Üks programm kirjutab andmed torusse, teine programm aga loeb selle teisest otsast väljuvad andmed
- lähtekood - Nii nimetatakse programmi vaba lähtekoodi, mis on tehtud avalikuks nii arendajatele kui üldse kogu maailmale
- Teekond, mille datagrammid läbivad võrgus lähtekohast sihtkohani
- Graphical User Interface ehk graafiline kasutajaliides
- Indikaator, mida kasutatakse märguandmiseks programmi teatud oleku kohta
- General Public License ehk Üldine Avalik Litsents
- Nimi, millega kasutaja saab ennast UNIX® süsteemis tuvastada ja süsteemi kasutada
20 Clues: Berkeley Software Distribution • Kernel on operatsioonisüsteemi tuum • GNU's Not Unix ehk 'GNU ei ole Unix'. • - Laaditakse mällu operatsioonisüsteem • Võimaldab kasutajal käske vahetult anda • Vi ja selle kloonide korral programmi olek • General Public License ehk Üldine Avalik Litsents • Graphical User Interface ehk graafiline kasutajaliides • ...
COMMANDS 2022-06-01
commands 2023-11-20
Across
- Stop
- Make it (the cake)
- Go to work
- Leave me alone
- Take a shower
- Cook dinner
- fold
- Clean it(your room)
- Turn them off(the lights)
Down
- Put them on(clothes)
- Close it(the fridge)
- Take them off(your shoess)
- Drive it(the car)
- Help (me)
- Set it(the table)
- Buy some food
- Open it(the door)
- Wash
- Get out of the bathroom
- Make it(the bed)
20 Clues: Stop • fold • Wash • Help (me) • Go to work • Cook dinner • Take a shower • Buy some food • Leave me alone • Make it(the bed) • Drive it(the car) • Set it(the table) • Open it(the door) • Make it (the cake) • Clean it(your room) • Put them on(clothes) • Close it(the fridge) • Get out of the bathroom • Turn them off(the lights) • Take them off(your shoess)
UNIX crossword 2017-02-17
Across
- creates copy of file under a different name or path
- print out calendar for the specified month or year
- every process was a unique ___ number
- a link that can span file system boundaries is called a ______ link
- without any files specified, cat reads from the standard ______
- this is the line oriented portion of vi
- tells you what tty your shell is running on
- diverting the standard output to a file is known as a _____ion operation
- shows the different between two text files
- removes an empty directory
- used to send various signals to processes whose PIDs are known
- ability to run more than one command at a time
- what we usually call a command line interpreter
- used to send output to a printer
- concatenates files
- creates a directory
- this is used by cron to determine what needs to be run
- used to create a link to a file
- renames a file
Down
- system process that is designed to run in the background
- print out arguments to the command
- calls up the GNU C compiler
- the connection of the standard output of one process to the standard input of another is known as a _____
- tells you what the current time is
- display or set your tty settings
- files with names starting with a period are known as _____ files
- program that reads input from the standard input and writes to the standard output
- the original line editor that came with UNIX
- paginates a file
- it is a unix convention to store binaries in a ____ directory
- version of grep that allows the use of logical operators in specifying the search pattern
- prints out the last few lines of a file
- unix is a pun on ______ which was an operating system the early developers were working on
- tells computer about the capabilities of your terminal
- enables you to temporarily switch to a shell owned by another user
- lists the contents of a directory
- this is the clock daemon that will run commands for you on a regularly scheduled basis
- compare two sorted files line by line
38 Clues: renames a file • paginates a file • concatenates files • creates a directory • removes an empty directory • calls up the GNU C compiler • used to create a link to a file • display or set your tty settings • used to send output to a printer • lists the contents of a directory • print out arguments to the command • tells you what the current time is • ...
Commands 2019-04-25
20 Clues: Buy it! • Be nice! • Come here! • Leave now! • Sleep late! • Drink water! • Say it again! • Make the bed! • Arrive early! • Wrap the gift! • Play the game! • Iron the shirt! • Bring the cake! • Serve the food! • Order the food! • Close the door! • Share your toys! • Sweep the floor! • Look for the book! • Clean the kitchen!
Commands 2023-11-20
20 Clues: go • say • have • wash • make • wear • clean • start • remove • practice • teach me. • talk to them. • watch it. (el gato) • write it. (el papel) • clean it. (el carro) • buy it. (la camiseta) • read them. (mi libros) • use them. (los lapices) • you cut it. (el cesped) • listen to it. (la musica)
Commands 2024-01-05
24 Clues: leer • comer • sacar • mirar • ayudar • hablar • llegar • buscar • escribir • escuchar • trabajar • estudiar • Ir (irreg) • Ser (irreg) • jugar (u-ue) • hacer (Irreg) • salir (irreg) • tener (irreg) • Decir (irreg) • volver (o-ue) • cerrar (e-ie) • empezar (e-ie) • ponerse (irreg) • dormirse (o-ue)
Commands 2025-10-23
20 Clues: let´s win • let´s eat • let´s give • let´s help • let´s draw • let´s work • let´s find • let´s sing • let´s swim • let´s like • let´s stay • let´s speak • let´s watch • let´s share • let´s shout • let´s think • let´s dance • let´s arrive • let´s forget • let´s look for
COMMANDS 2022-06-01
Commands 2023-11-20
20 Clues: cut • pay • win • say • put • give • to ask • ask him • give us • take out • pay them • tell him • have lunch • leave behind • win it(el juego) • cut it(el césped) • cook it (el pollo) • take it out (la basura) • close them (las puertas) • leave it behind (el papel)
commands 2024-04-05
22 Clues: play • boil • begin • taste • try on • arrive • shower • behave • turn on • heat up • don't pay • don't play • don;t touch • don't begin • go to sleep • don't arrive • don't turn off • don't take out • don;t eat lunch • neg despertarse • command levantarse • positive command acostarse
Commands 2024-02-13
Across
- to breathe, Affirmative Tú
- to run, Ustedes
- to eat, Usted
- to have lunch, Ustedes
- to clean, Usted
- to go, Negative Tú
- to sing, Affirmative Tú
- to lie, Negative Tú
- to drink, Negative Tú
- to put to bed, Usted
Down
- to wear, Affirmative Tú, Reflexive
- to bring, Ustedes
- to bathe, Negative Tú
- to drive, Negative Tú
- to say, Affirmative Tú
- to live, Ustedes
- to practice, Ustedes
- to come, Affirmative Tú
- to leave, Usted
- to die, Ustedes
- to scream, Ustedes
- to be, Negative Tú
22 Clues: to eat, Usted • to run, Ustedes • to clean, Usted • to leave, Usted • to die, Ustedes • to live, Ustedes • to bring, Ustedes • to go, Negative Tú • to scream, Ustedes • to be, Negative Tú • to lie, Negative Tú • to practice, Ustedes • to put to bed, Usted • to bathe, Negative Tú • to drive, Negative Tú • to drink, Negative Tú • to say, Affirmative Tú • to have lunch, Ustedes • to come, Affirmative Tú • ...
Commands 2024-02-15
Across
- say!(tu)
- buy!(tu)
- try!(tu)
- weight!(usted)
- do! (usted)
- have!(usted)
- go!(tu)
- ask!(tu)
- put!(usted)
- pay!(tu)
- write!(usted)
- sell!(usted)
- close! (usted)
- eat!(tu)
- leave!
- come!(usted)
- have! (tu)
Down
- say!(usted)
- buy!(usted)
- pay!(usted)
- come!(tu)
- ask! (usted)
- try! (usted)
- give!(tu)
- do!(tu)
- close!(tu)
- sell!(tu)
- walk!(usted)
- put!(tu)
- go!(usted)
- be!(usted)
- write!(tu)
- give! (usted)
- be!(tu)
- weight!(tu)
- eat!(usted)
- walk!(tu)
- leave!(tu)
38 Clues: leave! • do!(tu) • go!(tu) • be!(tu) • say!(tu) • buy!(tu) • try!(tu) • ask!(tu) • put!(tu) • pay!(tu) • eat!(tu) • come!(tu) • give!(tu) • sell!(tu) • walk!(tu) • close!(tu) • go!(usted) • be!(usted) • write!(tu) • leave!(tu) • have! (tu) • say!(usted) • buy!(usted) • pay!(usted) • do! (usted) • put!(usted) • weight!(tu) • eat!(usted) • ask! (usted) • try! (usted) • have!(usted) • walk!(usted) • sell!(usted) • come!(usted) • write!(usted) • ...
test 2013-03-10
Across
- implementation of the Unix strings program:
- are seeking a CTO for our budding financial
- syntax2
- reads and prints
- who is He?
- addresses may be specified
- expression search
- odd syntax
- wha is He1?
- files after opening them
- files to binary mode
- you get used to the slightly odd syntax
- strings program:
- after opening them
- input file means
Down
- wha is He2?
- of the Unix strings program:
- wondering if you
- program shown in Example
- section of the perlop
- an order
- is very easy
- with files in Perl is very easy
- easy
- to use "binmode"
- snippet below
- program:
- of the perlop
- syntax
- who are you?
- for the input file means
- is to use "binmode"
- budding financial
33 Clues: easy • syntax • syntax2 • an order • program: • who is He? • odd syntax • wha is He2? • wha is He1? • is very easy • who are you? • snippet below • of the perlop • wondering if you • reads and prints • to use "binmode" • strings program: • input file means • expression search • budding financial • after opening them • is to use "binmode" • files to binary mode • section of the perlop • program shown in Example • ...
Finacle KBC22 2013-09-02
Across
- The process of User Typing letters / digits from a distorted image in the screen (7)
- This type of deal provides the buyer the right to buy / sell the asset at a specific period (6,4)
- The process of repeating the same procedure with different parameters in PL/SQL (11)
- A person or persons named by an account holder to act on his/her behalf (7)
- This data from the database, gives the exact date & time at which the transaction / operations are carried out (4,5)
Down
- It is filed by the bank on the customer for defaulting loan repayment(8)
- This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)
- RUNNER The bank which manages and runs the books (Lead Bank) in syndicated loan (4,6)
- Menu option for Mudarabah Profit Pool distribution (6)
- The Pattern search command in Unix at OS prompt level (4)
- The menu option for cancellation for For-ex DDs(6)
- It denotes the percentage rate of return earned on a bond security on an annual basis (5)
- In Unix - the process of combining 2 or more commands and using the output of 1 command to the subsequent (6)
13 Clues: The menu option for cancellation for For-ex DDs(6) • Menu option for Mudarabah Profit Pool distribution (6) • The Pattern search command in Unix at OS prompt level (4) • It is filed by the bank on the customer for defaulting loan repayment(8) • This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2) • ...
Finacle KBC22 2013-09-02
Across
- In Unix - the process of combining 2 or more commands and using the output of 1 command to the subsequent (6)
- The menu option for cancellation for For-ex DDs(6)
- The bank which manages and runs the books (Lead Bank) in syndicated loan (4,6)
- This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)
- It is filed by the bank on the customer for defaulting loan repayment(8)
- The Pattern search command in Unix at OS prompt level (4)
- It denotes the percentage rate of return earned on a bond security on an annual basis (5)
Down
- A person or persons named by an account holder to act on his/her behalf (7)
- The process of User Typing letters / digits from a distorted image in the screen (7)
- This data from the database, gives the exact date & time at which the transaction / operations are carried out (4,5)
- The process of repeating the same procedure with different parameters in PL/SQL (11)
- This type of deal provides the buyer the right to buy / sell the asset at a specific period (6,4)
- Menu option for Mudarabah Profit Pool distribution (6)
13 Clues: The menu option for cancellation for For-ex DDs(6) • Menu option for Mudarabah Profit Pool distribution (6) • The Pattern search command in Unix at OS prompt level (4) • It is filed by the bank on the customer for defaulting loan repayment(8) • This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2) • ...
Q1 Robotics Crossword 2020-10-09
Across
- a standard for connecting high-definition video devices
- A device having a designed resistance to electric current.
- A semiconductor device with two terminals, typically allowing the flow of current in one direction only.
- The edible fruit of a multitude of plant species in the genus rubus.
- USB stands for universal ____ bus.
- An input device used to point and click.
- print working directory
- A passive heat exchanger that transfers the heat generated by an electronic device to a fluid medium.
Down
- cd means change ____
- A construction base for prototyping electronics.
- An input device used to type text.
- A brand of flash memory products.
- a short wire used to close a break or cut out part of an electrical circuit.
- The window where we type unix commands.
- A device used to display the graphic user interface.
- ls
16 Clues: ls • cd means change ____ • print working directory • A brand of flash memory products. • An input device used to type text. • USB stands for universal ____ bus. • The window where we type unix commands. • An input device used to point and click. • A construction base for prototyping electronics. • A device used to display the graphic user interface. • ...
Commands 2024-05-01
Across
- ______ (No dormir) en la clase!
- ___ (Comer) tu almuerzo!
- _____(Recoger) la basura.
- ____ Diga a ella la verdad
- ______ (No jugar) en la calle!
- ______ (Poner)platos en la mesa
- ____(Hacer) tu tarea!
- ____ (Limprar) tu habitación!
- _____ (Hacer) a tu perro a la escuela!
- ____ Sirve la comida a ellos
- _____ (No correr) en la escuela! Es peligroso!
Down
- ____(No comer) tu libro!
- ____ (Comer) tus vegetales!
- ____ (Estudiar) para tu exam!
- ____ (Ir) a tu cuarto
- ____ (No hablar) ingles en la clase de español!
- Get up please! (usted)
- ___ (No ir) a la bombonería! El dulce no es saludable!
- ____(Pagar) el camarero.
- ____ (No Ser) brusco on tu madre!
20 Clues: ____ (Ir) a tu cuarto • ____(Hacer) tu tarea! • Get up please! (usted) • ____(No comer) tu libro! • ___ (Comer) tu almuerzo! • _____(Recoger) la basura. • ____(Pagar) el camarero. • ____ Diga a ella la verdad • ____ (Comer) tus vegetales! • ____ Sirve la comida a ellos • ____ (Estudiar) para tu exam! • ____ (Limprar) tu habitación! • ______ (No jugar) en la calle! • ...
Commands 2022-11-28
19 Clues: Go! • Run! • Work! • Think! • Sleep! • Dance! • Speak! • Study! • Listen! • Be smart! • Don't run • Don't go! • Don't eat! • Don't drink • Don't sleep! • Don't speak! • Don't write! • Tell the truth! • Leave the house!
commands 2025-10-23
20 Clues: let´s eat! • let´s win! • let´s eat! • let´s sing! • let´s work! • let´s live! • let´s begin • let´s like! • let´s help! • let´s swim! • let´s love! • let´s play! • let´s draw! • let´s visit! • let´s throw! • let´s study! • let´s think! • let´s dance! • let´s return! • let´s travel!
Commands 2023-11-20
20 Clues: go • see • make • speak • return • believe • hang up • remember • turn off • believe me • remember me • put, place, set • set it (la mesa) • see it (el museo) • say it (la receta) • make it (la falda) • go to it (el parque) • hang it up (la camiseta) • turn them off (las lues) • go back to it (el parque)
UNIT 1 2018-04-07
Across
- command is used to display the contents of file?
- is the nucleus of a computer?
- is a feature in Linux such that when executing a command?
- is a data structure?
- its advantage is running parallel and simultaneously?
- Which filter can be used to display first 10 lines of a file?
- help to combine two or more commands at the same time and run them consecutively?
- Text Delete the file text?
- shell knew as____?
- is on instance of running program?
- Language Which programming language is used in the design of unix os?.
- is a interpreter?
Down
- Variables store data in the form of ___ and numbers?
- Mension one variants of linux?
- The standard input device is the _____?
- command is used to create a directory?
- statement is similar to switch case statement in other language like c,c++?
- filename.sh is used to_____ file?
- C shell also known as___?
- command is used to empty file?
20 Clues: is a interpreter? • shell knew as____? • is a data structure? • C shell also known as___? • Text Delete the file text? • is the nucleus of a computer? • Mension one variants of linux? • command is used to empty file? • filename.sh is used to_____ file? • is on instance of running program? • command is used to create a directory? • The standard input device is the _____? • ...
Linux Crosswords - Boucarr 2025-02-10
Across
- program in charge of booting your PC
- a location that contains software packages used to install/update the OS
- change directory
- a unix esque operaitng system made up of various components
- software that is restricted to people with authorized access/not public
- a text based interface used to perform commands
- a program that is being executed
- a collection of files that make up a software application
- deciphers data into a readable format
- make directory
- the basic user interface to interact with operating system
Down
- acts as a gateway communication between hardware and software
- the administrator account in Linux OSes
- used to control the operating system's shell
- software that uses the kernel to communicate with the hardware
- print working directory
- free to use software where the user can modify it as they please
- translates data into an indecipherable form
- an operating system in the Linux family (hint we are using it now)
- the most prominent family of open source operating systems
20 Clues: make directory • change directory • print working directory • a program that is being executed • program in charge of booting your PC • deciphers data into a readable format • the administrator account in Linux OSes • translates data into an indecipherable form • used to control the operating system's shell • a text based interface used to perform commands • ...
MacOS 2018-10-17
Across
- kur tieši tika dibināta Apple kompānija
- NeXT izveidotā operētājsistēma (pirms Apple pārpirka vecais nosaukums)
- pēc OS X 10.9 Mavericks izlaiduma nākamie tika nosaukti pēc štata, kur dibināja Apple
- plūstoša grafiskais lietotāja interfeiss ar ūdenim līdzīgiem elementiem
- Mac OS X 10.0 dēvētais nosaukums
- uz kāda pamata balstīts Unix
- mac OS ir otrais izmantotākais OS pec, kura OS
- kernel tips
Down
- lietotājprogramma, kas paredzēta automātisku dažādu uzdevumu izpildi
- mac OS izstrādātājs
- kādiem datoriem ir domāts mac OS
- OS X izlaidumi bija nosaukti plēsīgo ____ vārdos
- Sierra latviskā nozīme
- uz kāda kodola ir balstīta Unix operētājsistēma
- failu pārlūks, kas nodrošina ātru piekļuvi visiem datora apgabaliem
- OS saime
16 Clues: OS saime • kernel tips • mac OS izstrādātājs • Sierra latviskā nozīme • uz kāda pamata balstīts Unix • kādiem datoriem ir domāts mac OS • Mac OS X 10.0 dēvētais nosaukums • kur tieši tika dibināta Apple kompānija • mac OS ir otrais izmantotākais OS pec, kura OS • uz kāda kodola ir balstīta Unix operētājsistēma • OS X izlaidumi bija nosaukti plēsīgo ____ vārdos • ...
jep 2024-04-15
Across
- Operatsioonisüsteemi tuum.
- Veebilehtede salvestatud andmed kasutaja kohta.
- Kõrgeim kasutajaõiguste tase.
- Isik, kes püüab ebaseaduslikult sisse murda süsteemi.
- Linuxi variant.
- Arvuti käivitumine.
- UNIX-põhine operatsioonisüsteem.
- Andmete turvaline kopeerimine.
Down
- Tarkvara paigaldamise haldamine.
- Tarkvara testimine enne ametlikku väljalaset.
- Tekstipõhine kasutajaliides.
- Unikaalne identifikaator kasutajale.
- Tarkvara kohandamine teisele platvormile.
- Kasutajaliides käskude sisestamiseks.
- Superkasutaja õiguste nimetus UNIX-süsteemis.
- Käskude sisestamise koht.
- Tarkvaraprojekt vaba operatsioonisüsteemi loomiseks.
- Määrab käitumisreegleid programmile või süsteemile.
- lähtekood Tarkvara, mille kood on avalikult kättesaadav.
- Tähemärkide kodeerimise standard.
20 Clues: Linuxi variant. • Arvuti käivitumine. • Käskude sisestamise koht. • Operatsioonisüsteemi tuum. • Tekstipõhine kasutajaliides. • Kõrgeim kasutajaõiguste tase. • Andmete turvaline kopeerimine. • Tarkvara paigaldamise haldamine. • UNIX-põhine operatsioonisüsteem. • Tähemärkide kodeerimise standard. • Unikaalne identifikaator kasutajale. • Kasutajaliides käskude sisestamiseks. • ...
Linux Crosswords Chap 3 - Boucarr 2025-02-25
Across
- A command that displays the last few lines of a file, often used for log files.
- A command used to list files and directories in the current directory.
- A command that provides detailed information about a file or file system.
- A file that records events or activities, often used for troubleshooting.
- The process of joining multiple files or strings together.
- A variant of grep that supports extended regular expressions.
- A graphical text editor for the GNOME desktop environment.
- A character with a special meaning in regular expressions or shell commands
- A command that displays a graphical representation of a directory structure.
- A command used to display the contents of a file or concatenate multiple files.
- A command used to search for specific patterns in files.
Down
- The directory that is one level above the current directory in a file system.
- A file containing a sequence of commands that can be executed by the shell
- The name assigned to a file, used to identify it in a file system.
- A file that contains plain text, without any formatting or special characters.
- A powerful text editor available in most Unix-like systems.
- A variant of grep that searches for fixed strings, not regular expressions.
- A command that displays the first few lines of a file.
- A folder or container that holds files and other directories in a file system.
- A command that displays the contents of a file in reverse order.
20 Clues: A command that displays the first few lines of a file. • A command used to search for specific patterns in files. • The process of joining multiple files or strings together. • A graphical text editor for the GNOME desktop environment. • A powerful text editor available in most Unix-like systems. • A variant of grep that supports extended regular expressions. • ...
Operating System 2025-06-04
Across
- Background process in Windows OS
- First process in Unix/Linux
- Background process in Unix-like OS
- Interface between user and OS
- A terminated process still in the process table
- Default Windows file system
- Mode where applications run (not kernel)
Down
- Software that lets OS talk to hardware
- An instance of a running program
- Type of memory simulated with disk space
- Core part of an operating system
- Popular OS family by Microsoft
- Init system and service manager in Linux
- Unix-like OS popular in servers
- Basic unit of data storage in a system
15 Clues: First process in Unix/Linux • Default Windows file system • Interface between user and OS • Popular OS family by Microsoft • Unix-like OS popular in servers • An instance of a running program • Core part of an operating system • Background process in Windows OS • Background process in Unix-like OS • Software that lets OS talk to hardware • Basic unit of data storage in a system • ...
Chapter 12 CIS 25 2024-11-05
Across
- An isolated environment for testing or running applications
- Command to configure or display network interfaces
- The core part of an operating system, managing hardware
- Self-Monitoring, Analysis, and Reporting Technology for drives
- Apple's virtual assistant for iOS device
- Near Field Communication; short-range wireless data transfer
- Removing restrictions on iOS devices for customization
- A newer version of software with improvements or fixes
- Change ownership of files or directories
- Preboot Execution Environment; allows booting over a network
- Apple's cloud storage and synchronization service
- Erasing data from a device remotely
- A job scheduler for running tasks on Unix-like systems
- Virtual Private Network; encrypted private internet connection
- Gaining root access to Android for system modifications
- Command-Line Interface; text-based interaction with the computer
- A small app or tool that provides info or functions
- Software with publicly available source code
Down
- Execute a command with superuser (admin) privileges
- Locking a device remotely to secure it
- A fix or update to address vulnerabilities or bugs
- Terminate a process by its ID in the command line.
- An open-source mobile OS developed by Google
- A sensor that measures rotation or angular velocity
- Software Development Kit; tools to build applications
- Open-source Unix-like operating system
- A multiuser, multitasking operating system
- Berkeley Software Distribution; a Unix-like operating system
- A sensor that measures acceleration and orientation
- Command for configuring wireless network interfaces
- emulator Software that mimics a command-line interface
- Backup software for macOS, offering automatic backups
- A small graphic representing an application or file
- A bootloader used in Linux systems.
- Change file permissions in Unix-like systems
- A command-line interface to interact with the OS
36 Clues: Erasing data from a device remotely • A bootloader used in Linux systems. • Locking a device remotely to secure it • Open-source Unix-like operating system • Apple's virtual assistant for iOS device • Change ownership of files or directories • A multiuser, multitasking operating system • An open-source mobile OS developed by Google • ...
lab1 2025-09-09
Across
- – the OS component that distributes CPU time between processes.
- – a running program or task in the OS.
- – running multiple threads within a single process.
- – the ability to run several processes at the same time.
- – a signal from a device or program to the processor.
- – the student’s surname.
- System – a program that manages computer resources and provides interaction with the user.
- – the smallest unit of execution inside a process.
Down
- – a memory area for temporary data storage during transfer.
- – a program that enables the OS to interact with a device.
- – the process of starting an operating system after the computer is turned on.
- Interpreter – a program that executes user commands.
- Memory – a mechanism that uses disk space as an extension of RAM.
- – a family of multitasking operating systems.
- System – a way to organize and store information on a disk.
- – the central part of the OS that controls memory, processes, and devices.
16 Clues: – the student’s surname. • – a running program or task in the OS. • – a family of multitasking operating systems. • – the smallest unit of execution inside a process. • – running multiple threads within a single process. • Interpreter – a program that executes user commands. • – a signal from a device or program to the processor. • ...
Commands 2023-10-31
17 Clues: wall • nurse • rules • snack • class • office • pencil • lights • silence • backpack • language • stop (tú form) • ask (ustedes form) • look (ustedes form) • speak (ustedes form) • listen (ustedes form) • clean up (ustedes form)
Unix crossword 2021-12-08
Across
- command to remove a directory.
- command to show the current date and time.
- command to print.
- command for mannual.
- permission changing command.
- purpose of ls command is ?
- _______is loaded into memory when the system is booted.
Down
- command used to search text and strings in a given file.
- the ls command with the -a flag views ______files.
- command to show current directory.
- a way of representing permissions.
- command to create a directory.
- rename command.
- command to show calendar of the current month.
- _______is an interface that interprets the command line input and calls the necessary programs to do the work.
15 Clues: rename command. • command to print. • command for mannual. • purpose of ls command is ? • permission changing command. • command to remove a directory. • command to create a directory. • command to show current directory. • a way of representing permissions. • command to show the current date and time. • command to show calendar of the current month. • ...
Unix Crossword 2021-12-12
Across
- Changing current directory
- Change the access permissions of file system objects sometimes known as modes.
- Returns your username
- splitting a file into multiple files
- Used to create directories on a file system
- Command helps in formatting the file for printing on the terminal
Down
- Displaying data in local
- Tells you the machine name in a network.
- Clears all the clutter on the terminal and gives you a clean window to work on, just like when you launch the terminal.
- Checking your current directory
- Command shows all the basic commands in Linux that you have used in the past for the current terminal session
- Displaying and creating a new file
- This command will print first 10 lines of file
- Lets you send e-mail messages to people around the world
- Option for listing hidden files
15 Clues: Returns your username • Displaying data in local • Changing current directory • Checking your current directory • Option for listing hidden files • Displaying and creating a new file • splitting a file into multiple files • Tells you the machine name in a network. • Used to create directories on a file system • This command will print first 10 lines of file • ...
Unix Crossword 2021-12-12
Across
- Checking your current directory
- Change the access permissions of file system objects sometimes known as modes.
- Clears all the clutter on the terminal and gives you a clean window to work on, just like when you launch the terminal.
- Option for listing hidden files
- Lets you send e-mail messages to people around the world
- Command shows all the basic commands in Linux that you have used in the past for the current terminal session
Down
- Changing current directory
- Returns your username
- Tells you the machine name in a network.
- This command will print first 10 lines of file
- Displaying and creating a new file
- splitting a file into multiple files
- Used to create directories on a file system
- Command helps in formatting the file for printing on the terminal
- Displaying data in local
15 Clues: Returns your username • Displaying data in local • Changing current directory • Checking your current directory • Option for listing hidden files • Displaying and creating a new file • splitting a file into multiple files • Tells you the machine name in a network. • Used to create directories on a file system • This command will print first 10 lines of file • ...
Unix puzzle 2021-12-13
Across
- it displays username of a current user
- print current working directory
- displaying lines of text or string which are passed as arguments on the command line
- make new directory
- use to display user manual
- changes passwords for user account
Down
- calendar command
- print the top n number of lines
- to create a copy of the contents of the file
- print the number of users who has logged in
- change the access mode of a file
- remove files
- displaying and creating files
- list your files
- printing new line
15 Clues: remove files • list your files • calendar command • printing new line • make new directory • use to display user manual • displaying and creating files • print the top n number of lines • print current working directory • change the access mode of a file • changes passwords for user account • it displays username of a current user • print the number of users who has logged in • ...
Operētājsistēmas 2015-01-14
Across
- Programma, kas pārveido cilvēkam saprotamā programmēšanas valodā rakstītas instrukcijas datoram izpildāmā mašīnkodā.
- Pamatstruktūra, kuru dators izmanto, lai organizētu datus cietajā diskā. (Divi vārdi)
- Operētājsistēma, kas ļauj vienlaicīgi strādāt ar datorsistēmu vairākiem lietotājiem.
- Microsoft radīta operētājsistēma personālajiem datoriem un serveriem. (Divi vārdi)
- Pārnesama, daudz uzdevumu un daudzlietotāju operētājsistēma.
- Datoru programmatūra, kas paredzēta datoraparatūras, operētājsistēmas vai lietojumprogrammatūras apkalpošanai.
- Programma, kura datu apstrādes procesa laikā pastāvīgi atrodas kādā noteiktā operatīvās atmiņas apgabalā.
- Viena no operētājsistēmas pamatsastāvdaļām un tiek ielādēts kopā ar pārējām sistēmas datnēm startēšanas procesā.
- Programmatūra, kas nodrošina datora darbu.
- Programmatūra, ko var lietot, pavairot, pētīt, mainīt un izplatīt bez ierobežojumiem.
Down
- Kā sauc Linux kodolu, kas ir savienojumā ar programmatūru?
- Programmatūra, kas ļauj lietotājam veikt noteiktas darbības.
- Kompānijas Microsoft DOS implementācija, kas bija pirmā plaši lietotā operētājsistēma IBM PC saimes datoros. (Vārda ir domuzīme)
- Instrukciju kopa, kas nosaka operāciju secību, ko izpilda dators datu apstrādes procesā.
- Unix veida perētājsistēmas kodols, ko izstrādāja Linuss Torvalds.
- Kā sauc programmas bez kurām nestrādā lielākā daļa datoru ierīču, video karte, skaņas karte?
- Programmatūras kopums, kas ir atbildīgs par datora aparatūras tiešu kontroli un vadību, kā arī par tādām pamatdarbībām kā lietojumprogrammatūras darbināšanu.
- Apple mobilā operētājsistēma, kas izplatīta Apple ierīcēm.
- Brīva operētājsistēma, kas ir veidota pēc Unix sistēmas līdzības, taču nesatur Unix kodu.
- Datorprogramma, kas spēj patstāvīgi vairoties un inficēt datoru.
20 Clues: Programmatūra, kas nodrošina datora darbu. • Kā sauc Linux kodolu, kas ir savienojumā ar programmatūru? • Apple mobilā operētājsistēma, kas izplatīta Apple ierīcēm. • Programmatūra, kas ļauj lietotājam veikt noteiktas darbības. • Pārnesama, daudz uzdevumu un daudzlietotāju operētājsistēma. • Datorprogramma, kas spēj patstāvīgi vairoties un inficēt datoru. • ...
Operātajsistēmas 2015-01-14
Across
- Linuks ir... veida operatājsistēmas kodols.
- Programma,kas parveido cilvekam saprotamā programēšanas valodā rakstītas instrukcijas, datora izpildā māmašīnvalodā?
- Programma kas ir teksta procesors, ko izstrādājis Microsoft?
- Basic input output system
- Programmatūra, kas ļauj datoram sazināties ar aparatūru un ierīcēm?
- Programmatūras kopums, kas ir atbildīgs par datora aparatūras tiešu kontroli un vadību.
- Linux kods savienojumā ar programmatūru veido linux...
- Kādi Linux ir radīti Latvijā?
- Brīva operatajsistēma, kas ir veidots pēc UNIX sistemas līdzības, taču nesatur UNIX kodu.
Down
- Viens no LINUX distributīviem:
- Reģistrs ir datu baze, kas satur informaciju par.....
- Cilvēks kurš izveidoja Lnix operatajsistēmu?
- Cik lietotāji var izmantot ms-dos operātajsistēmu?
- atmiņā Operētājsistēma ir pirmais programmatūras slānis, kas tiek ielādēts ... ....pēc tā iedarbināšanas.(divi vardi)
- Programma kurā lietotājs var veikt skaitļošanas procedūras, tāpat iekļauti dažādi grafiskie līdzekļi.
- Visvairāk izplatītās faiusistēmas?
- Unixn ir parnesama daudz uzdevumu un ..... operatajsistema.
- Kas izstradāja programmu word?
- Iestatījumi priekš barošanas bloka biosā.
19 Clues: Basic input output system • Kādi Linux ir radīti Latvijā? • Viens no LINUX distributīviem: • Kas izstradāja programmu word? • Visvairāk izplatītās faiusistēmas? • Iestatījumi priekš barošanas bloka biosā. • Linuks ir... veida operatājsistēmas kodols. • Cilvēks kurš izveidoja Lnix operatajsistēmu? • Cik lietotāji var izmantot ms-dos operātajsistēmu? • ...
Tercera generacion de computadoras 2025-04-01
Across
- Sistema operativo de IBM previo al 360.
- Protocolo que estandarizó la comunicación en redes (base de Internet).
- Lenguaje en el que se reescribió UNIX para mejor portabilidad.
- Arquitecto principal del IBM 360.
- Término acuñado por Fred Brooks para diseño de computadoras.
- Tipo de disco flexible de 3.5 pulgadas.
- Soporte de almacenamiento magnético portátil de los años 70.
Down
- Creador del lenguaje C.
- Primera "killer app" de ARPANET.
- Proyecto fallido que inspiró UNIX.
- Material magnético usado en disquetes.
- Universidad donde se envió el primer mensaje de ARPANET (siglas).
- Tamaño inicial del disquete (en pulgadas).
- Formato de disquete más pequeño (3.5").
- Red pionera que evolucionó a Internet, creada por ARPA.
- Agencia del Departamento de Defensa que creó ARPANET.
- Sistema operativo multiusuario desarrollado por Thompson y Ritchie.
- Primer mensaje enviado por ARPANET (solo llegaron 2 letras).
- Familia de computadoras de IBM que unificó arquitectura en 1964.
19 Clues: Creador del lenguaje C. • Primera "killer app" de ARPANET. • Arquitecto principal del IBM 360. • Proyecto fallido que inspiró UNIX. • Material magnético usado en disquetes. • Sistema operativo de IBM previo al 360. • Formato de disquete más pequeño (3.5"). • Tipo de disco flexible de 3.5 pulgadas. • Tamaño inicial del disquete (en pulgadas). • ...
GUI 2021-08-08
Across
- A ___________user interface is easier for beginners
- ____________ is an operating system used in smart phones.
- A _______________ user interface requires the user to type commands.
Down
- What software helps control the hardware and software in your computer system.
- ___________ is an example of a graphical user interface
- ____________ is an example of command line interface.
6 Clues: A ___________user interface is easier for beginners • ____________ is an example of command line interface. • ___________ is an example of a graphical user interface • ____________ is an operating system used in smart phones. • A _______________ user interface requires the user to type commands. • ...
Linux-Crossword 2013-04-09
Across
- / Suchbefehl (Linux-Konsole)
- / zum Installieren von Software unter Unix/Linux
- / textbasierte Benutzeroberfläche
- / beliebte Repository-Software
- / bliebter Paketinstaller
- / Einbinden eines Laufwerkes
- / 3rd-party Oberfläche für Kommandozeilen-Programme
- / von SUN entickeltes Linux
Down
- / Linzenzparadigma, z.B.GPL
- / bestimmte Zusammenstellung eines Linux
- / nicht-proprietäre Soft ist ...
- / Bezeichnung für ein Linux, das nicht installiert werden muss
- / beliebte Betriebssystem-Familie
- / Nutzer (user) mit "root"-Rechten
- / beliebte grafische Oberfläche (z.B. Ubuntu)
- / Linux-Äquivalents des Windows "Administrators"
- / elementarer Betriebssystementeil
- / Mutter-Betriebssystem aller Linux
- / Hintergrundservice bei LINUX
- / eigenes Verzeichnis eines Users
20 Clues: / bliebter Paketinstaller • / Linzenzparadigma, z.B.GPL • / von SUN entickeltes Linux • / Suchbefehl (Linux-Konsole) • / Einbinden eines Laufwerkes • / beliebte Repository-Software • / Hintergrundservice bei LINUX • / nicht-proprietäre Soft ist ... • / textbasierte Benutzeroberfläche • / beliebte Betriebssystem-Familie • / eigenes Verzeichnis eines Users • ...
Linux 2013-04-09
Across
- eigenes Verzeichnis eines Users
- textbasierte Benutzeroberfläche
- elementarer Betriebssystemteil
- Suchbefehl (Linux-Konsole)
- bliebter Paketinstaller
- Hintergrundservice
- zum Installieren von Software unter Unix/Linux
- Nutzer (user) mit "root"-Rechten
- Bezeichnung für ein Linux, das nicht installiert werden muss
- Linzenzparadigma, z.B.GPL
- Mutter-Betriebssystem aller Linux
Down
- bestimmte Zusammenstellung eines Linux
- Einbinden eines Laufwerkes
- 3rd-party Oberfläche für Kommandozeilen-Programme
- beliebte Repository-Software
- beliebte grafische Oberfläche (z.B. Ubuntu)
- Linux-Äquivalent des Windows "Administrators"
- von SUN entickeltes Linux
- beliebte Betriebssystem-Familie
- nicht-proprietäre Software ist ...
20 Clues: Hintergrundservice • bliebter Paketinstaller • von SUN entickeltes Linux • Linzenzparadigma, z.B.GPL • Einbinden eines Laufwerkes • Suchbefehl (Linux-Konsole) • beliebte Repository-Software • elementarer Betriebssystemteil • eigenes Verzeichnis eines Users • textbasierte Benutzeroberfläche • beliebte Betriebssystem-Familie • Nutzer (user) mit "root"-Rechten • ...
Mantisch Heer ranks 2023-08-30
Across
- Commands an Armee or special corps (ex: General der Jäger)
- Senior enlisted in charge of a section
- Commands a Jagdroute
- Commands an Armee-Korps or a division
- (General term)see Schütze
- Company sergeant
- Commands a Regiment
- Commands an Armeefront
- Leads a Jagdgruppe
- Senior Platoon sergeant
- Leads a Kompanie
- Veteran Squad leader (advanced from unteroffizier if not made feldwebel in 3yrs)
- Mage slave, no position of power Division Color: Lavender
- Officer Candidate school student
- Platoon sergeant
- Senior Leuntant can take control of a kompanie if needed
- Senior Obergefreiter who hasn’t made it into NCO in 5yrs
Down
- Commands a Brigade or a division
- has the Blank Gene Korps Color: Dark Purple
- commands one of the Three Jäger-Divisions
- Executive Officer of a Regiment
- Officer Candidate acting as an adjutant to a senior officer
- leads a zug
- Commands an Armee-Gruppe
- No position of power, higher pay than Oberschütze
- Commands a Batallion
- Squad leader
- Company sergeant with 10yrs of NCO experience
- Sergeant of the Army operates under the OKH
- general term for soldat
30 Clues: leads a zug • Squad leader • Company sergeant • Leads a Kompanie • Platoon sergeant • Leads a Jagdgruppe • Commands a Regiment • Commands a Jagdroute • Commands a Batallion • Commands an Armeefront • Senior Platoon sergeant • general term for soldat • Commands an Armee-Gruppe • (General term)see Schütze • Executive Officer of a Regiment • Commands a Brigade or a division • ...
UNIX 2025-08-18
Across
- Versión derivada de UNIX de la Universidad de Berkeley.
- Sistema operativo multitarea y multiusuario, base de otros sistemas modernos.
- Capacidad de que varios usuarios trabajen al mismo tiempo en el sistema.
- Núcleo del sistema operativo que controla el hardware y recursos.
- Capacidad de adaptarse a diferentes hardware gracias al lenguaje C.
Down
- Característica que permite ejecutar varias tareas simultáneamente.
- Otra versión de UNIX desarrollada por AT&T.
- Sistema de ventanas gráfico utilizado en Unix, base para entornos como GNOME y otros.
- Intérprete de comandos que permite interactuar con el sistema.
- Laboratorios de investigación donde nació UNIX en 1969 (AT&T).
10 Clues: Otra versión de UNIX desarrollada por AT&T. • Versión derivada de UNIX de la Universidad de Berkeley. • Laboratorios de investigación donde nació UNIX en 1969 (AT&T). • Característica que permite ejecutar varias tareas simultáneamente. • Intérprete de comandos que permite interactuar con el sistema. • ...
Linux mõisted ja terminid (Avery) 2025-04-08
Across
- – tarkvara kohandamine töötamiseks teisel platvormil või operatsioonisüsteemil.
- – täiendav parameeter või valik, mida lisatakse käsule, et muuta selle käitumist.
- – oluliste andmete kopeerimine, et vältida nende kaotsiminekut.
- – süsteemi administraatori konto Linuxis või UNIX-is.
- lähtekood – tarkvara, mille lähtekood on kõigile vabalt kättesaadav ja muudetav.
- – tekstipõhine kasutajaliides käskude sisestamiseks.
- – arvuti või operatsioonisüsteemi käivitumine pärast sisselülitamist.
- – keskkond, kus kasutatakse käsurida süsteemi juhtimiseks.
- – töörežiim, kus süsteemile antakse käske ilma graafilise liideseta.
- – operatsioonisüsteemi tuumik, mis haldab riistvara ja tarkvara vahelist suhtlust.
- – väikesed andmefailid, mida veebilehed salvestavad kasutaja brauserisse.
Down
- – tarkvarahaldusvahend, mis aitab installida, uuendada ja eemaldada pakke.
- – standardiseeritud märkide kodeering, mida kasutatakse teksti salvestamiseks.
- – tarkvara testimise etapp enne lõplikku versiooni, kus kasutajad otsivad vigu.
- – unikaalne nimi, millega kasutaja süsteemi sisse logib.
- – sageli graafilises kasutajaliideses kasutatav ikoonide või akende ala.
- – inimene, kes murrab süsteemidesse või tarkvarasse pahatahtlikel eesmärkidel.
- – vaba tarkvara projekt, mis pakub tööriistu UNIX-laadseks süsteemiks.
- – Linuxi operatsioonisüsteemi variant, millel on oma tuum ja tarkvarapakid.
- – UNIX-i põhine operatsioonisüsteemide perekond (nt FreeBSD).
20 Clues: – tekstipõhine kasutajaliides käskude sisestamiseks. • – süsteemi administraatori konto Linuxis või UNIX-is. • – unikaalne nimi, millega kasutaja süsteemi sisse logib. • – keskkond, kus kasutatakse käsurida süsteemi juhtimiseks. • – UNIX-i põhine operatsioonisüsteemide perekond (nt FreeBSD). • – oluliste andmete kopeerimine, et vältida nende kaotsiminekut. • ...
Unix programming 2021-12-21
Across
- The option -i used with grep command ignores case for?
- operator to temporarily save the out and use it as an input in the next command
- To start using chown command, we first execute this command that prompts # on the command prompt
- The first character in the attribute of this file type is a - .
- $ls[!A-Z]?? matches filename with these many characters
- file that contains set of instructions which are performed when a user logs in
- increments by one each time an instance of bash is created
- wild card set of shell, used to match any number of strings
Down
- command used to display end of the file
- Standard stream 2 in context of redirection denotes
- $ls.???* lists these type of files in your directory.
- while using ls chap? command, it replaces these many characters?
- the seventh field of /etc/password is
- command used to have a two way communication
- command used to save the standard output in a file as well as display on terminal
- alter the file permission
- the action carried out using two greater than symbols (>>)
17 Clues: alter the file permission • the seventh field of /etc/password is • command used to display end of the file • command used to have a two way communication • Standard stream 2 in context of redirection denotes • $ls.???* lists these type of files in your directory. • The option -i used with grep command ignores case for? • ...
Page 1 of 100 Next
