Call of Duty Wiki
Call of Duty Wiki
(Undo revision 1282792 by 76.245.204.132 (talk))
(Undo revision 1282811 by Conqueror of all Zombies (talk))
Line 1: Line 1:
 
{{game|bo}}
 
{{game|bo}}
  +
A data server is remote server used for accessing, storing, and transferring data between users or other servers. In [[Call of Duty: Black Ops]], data servers are accessed using the computer terminal. <span style="font-style: normal; ">Four data servers exist in-game. They are named "</span>[[Central Intelligence Agency Data System|CIA]]<span style="font-style: normal; ">", "</span>[[DerRiese Server|DERRIESE]]<span style="font-style: normal; ">", "</span>[[Department of Defense System|DOD]]<span style="font-style: normal; ">" and "</span>[[Dreamland Server|DREAMLAND]]<span style="font-style: normal; ">". Nobody has confirmed to have connected to any other servers.</span>
==Data Servers==
 
Several data servers exist in-game. There are four confirmed systems, named "[[Central Intelligence Agency Data System|CIA]]", "[[DerRiese Server|DERRIESE]]", "[[Department of Defense System|DOD]]" and "[[Dreamland Server|DREAMLAND]]". Ad hoc, nobody has found nor confirmed to have connected to other than these four systems.
 
===Server access===
 
   
 
==Computer Terminal Commands==
The data servers hosting the systems are accessible through the in-game computer, using the '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN [system]</tt>''' computer commands.
 
 
Various commands, which are instructions written in human-readable words for a computer to execute, are available on the terminal. Commands can be typed into the terminal using the on-screen keyboard, by using a USB keyboard.
   
 
The '''<tt>help</tt>''' command displays a list of some (but not all) commands that can be used on the terminal:
Enter the '''<tt>LOGIN</tt>''' command to log into a different user account on the server that is currently connected. For example, when first using the computer, one is connected to the [[Central Intelligence Agency Data System]] as user '''<tt>AMASON</tt>'''. To connect as Jason Hudson, enter '''<tt>LOGIN</tt>''', then enter '''<tt>JHUDSON</tt>''' as the username and '''<tt>BRYANT1950</tt>''' as the password. (Note: the dollar sign ($) indicates the command prompt.):
 
   
  +
:'''<tt>cat</tt>''' - prints the contents of a file (.TXT, .PIC, .SND). Syntax is '''<tt>cat [filename]</tt>'''.
: <tt>$LOGIN </tt>
 
: <tt>Central Intelligence Agency Data system </tt>
 
   
 
:'''<tt>cd [ |.|..|path]</tt>''' - changes the current directory. "." is used within a path to indicate the path to the current directory, ".." is used to go up to the parent directory of current directory. Known paths are "/home/" (system directory with all users' home directories), "/bin/" (On UNIX systems, traditionally called shell-environment, containing commands usable by all users), and "/" (root directory of the system).
: <tt>Unauthorized use of this system is against the law. </tt>
 
   
 
:'''<tt>clear</tt>''' - clears the screen.
: <tt>Security Privileges Required </tt>
 
: <tt>USER:JHUDSON </tt>
 
: <tt>PASSWORD:********** </tt>
 
: <tt>$</tt>
 
   
 
:'''<tt>dir</tt>''' - displays the contents of the current directory.
The '''<tt>RLOGIN [system]</tt>''' command is for reaching remote servers, i. e. any system other than the one currently connected to. It is possible still to use '''<tt>RLOGIN [system]</tt>''' followed by a USER and PASSWORD prompt, even when connected to that system already.
 
   
 
:'''<tt>decode</tt>''' - decodes an encrypted string using an agency standard cypher. Syntax is '''<tt>decode [string]</tt>'''.
Note that <u>any USER is accepted</u> when asked for in the '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN</tt>''' commands. Neither the '''<tt>LOGIN</tt>''' nor '''<tt>RLOGIN</tt>''' commands validate a given user separate from a given password. Both commands will only return the connection result, after a player has given <u>both a user with a password</u>. This implies one cannot try to guess for USER on target system:
 
   
  +
:'''<tt>encode</tt>''' - encodes a string using an agency standard cypher. Syntax is '''<tt>encode [string]</tt>'''.
: <u>If the given USER - PASSWORD combination does not exist</u>, both '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN</tt>''' commands will display "''Invalid Password''".
 
   
 
:'''<tt>exit</tt>''' - exits the current login session, i.e. logs the current user out and returns to the previous user who has logged in.
: <u>If the given USER - PASSWORD combination does exist</u>, the connection will succeed. '''<tt>LOGIN</tt>''' starts a new connection session for the given USER on the system a player was already successfully connected to. '''<tt>RLOGIN [system]</tt>''' starts a new connection session for the given USER on the target system.
 
   
  +
:'''<tt>login</tt>''' - log in as a different user to the system that is currently connected.
One <u>can guess for valid system </u>names though, as the '''<tt>RLOGIN</tt>''' command validates the given system value for existence:
 
   
 
:'''<tt>mail</tt>''' - opens the current user's electronic mailbox. This is a very informational place to look around.
: <u>If the target system does not exist</u>, '''<tt>RLOGIN</tt>''' will display "''Error: Unknown system''".
 
   
 
:'''<tt>rlogin [system]</tt>''' - connect to a remote system/server, Known systems are [[Central Intelligence Agency Data System|CIA]], [[Dreamland Server|Dreamland]], [[Department of Defense System|DOD]] and [[DerRiese Server|DerRiese]].
: <u>If the arget system does exist</u>, '''<tt>RLOGIN</tt>''' continues asking for a user and password.
 
   
 
:'''<tt>who</tt>''' - lists the users who have user accounts on the system tht is currently connected. To find user accounts not listed within this command, check the home directory by typing '''<tt>CD HOME</tt>''' then '''<tt>LS</tt>''' or '''<tt>DIR</tt>'''.
==Computer Commands==
 
Various '''computer commands''', which are instructions written in human-readable words for a computer to execute, are available for operating a system. Commands have to be entered into the computer console.
 
The''' HELP '''command displays a list of some (but not all) commands that can be used on the terminal.
 
   
  +
===Additional Commands===
'''<tt>cat [filename]</tt>''' or '''<tt>print [filename]</tt>''' or '''<tt>type [filename]</tt>''' - prints the contents of a file (.TXT, .PIC, .SND).
 
  +
<p style="border-style: initial; border-color: initial; font-style: normal;">Like a real-life UNIX-based system, more commands can be found on the system within the binaries (or "/bin/") directory. To reach the /bin/ directory and view all available commands (minus the hidden '''<tt>3arc</tt>''' command), type the following commands (Note: the dollar sign ($) indicates the command prompt.):</p>
   
  +
: <tt>$CD BIN</tt>
'''<tt>cd [.|..|path]</tt>''' - changes the current directory. "." is used within a path to indicate the path to parent of current directory, ".." is used to go up to parent directory of current directory. Known paths are "/home/" (system directory with all users' home directories), "/bin/" (On UNIX systems, traditionally so-called shell-environment, containing commands usable by all users), and "/" (root directory of the system).
 
  +
: <tt>$DIR</tt>
   
  +
Many of the commands that can be seen here are duplicates of other commands. For instance, '''<tt>print</tt>''' and '''<tt>type</tt>''' do the exact same thing as '''<tt>cat</tt>''' does: prints the contents of a file.
'''<tt>clear</tt>''' - clears the screen.
 
   
'''<tt>dir</tt>''' - displays the contents of the current directory.
+
Here is a list of additional commands found in the /bin/ directory:
   
 
:'''<tt>alicia</tt>''' - begins a session with [[Alicia]], your virtual therapist. Type '''<tt>quit</tt>''' to exit.
'''<tt>decode [string]</tt>''' - decodes an encrypted string using an agency standard cypher.
 
   
'''<tt>encode [string]</tt>''' - encodes a string using an agency standard cypher.
+
:'''<tt>cls</tt>''' - clears the screen (same as '''<tt>clear</tt>''')
   
  +
:'''<tt>doa</tt>''' - Launches a hidden game called [[Dead Ops Arcade]]. Launching this game gives the player the [[Insert Coin]] achievement/trophy. After launching the game once, the Dead Ops Arcade game mode will be accessible from the Zombies menu.
'''<tt>exit</tt>''' - exits the current login session, i.e. logs the current user out and returns to the previous user logged in.
 
   
'''<tt>login</tt>''' - connect as a different user to the system that is currently connected
+
:'''<tt>foobar</tt>''' - displays the string <tt>Fee Fie Foe Foo!</tt>
   
  +
:'''<tt>hello</tt>''' - typing '''<tt>hello</tt>''' alone displays the string
'''<tt>mail</tt>''' - opens the current user's electronic mailbox. This is a very informational place to look around.
 
  +
:<tt>Error: Invalid Input - common usages include: </tt>
  +
:<tt>hello brother, hello nurse, and hello sailor</tt>.
  +
:Typing '''<tt>hello sailor</tt>''' will launch the [[Zork]] minigame.
   
  +
:'''<tt>ls</tt>''' - displays the contents of the current directory (same as '''<tt>dir</tt>''')
'''<tt>rlogin [system]</tt>''' - connect to a remote system / server, Known systems are [[Central Intelligence Agency Data System|CIA]], [[Dreamland Server|Dreamland]], [[Department of Defense System|DOD]] and [[DerRiese Server|DerRiese]].
 
   
  +
:'''<tt>more</tt>''' - changes the prompt from <tt>$</tt> to <tt>--MORE--</tt>. this command serves virtually no purpose on the in-game terminal. However, one can see the <tt>--MORE--</tt> prompt when printing a large text file on screen. In real command-line interfaces, the '''<tt>more</tt>''' command would be piped to a filename to allow for the printing of the file to be paused after n lines.
'''<tt>who</tt>''' - lists the users who have user accounts on the system currently connected to. To find user accounts not listed with <tt>who</tt>, check the home directory: by typing '''<tt>CD HOME</tt>''' then '''<tt>LS</tt>''' or '''<tt>DIR</tt>'''.
 
   
  +
:'''<tt>print</tt>''' - prints the contents of a file (same as '''<tt>cat</tt>''')
==Zork==
 
:{{Main|Zork}}
 
Zork can be played on the [[Computer Terminal]] in Black Ops by typing in "zork" on the computer. It is a text-based adventure game based on the 1979 early computer game.
 
   
  +
:'''<tt>type</tt>''' - prints the contents of a file (same as '''<tt>cat</tt>''')
   
  +
:'''<tt>zork</tt>''' - launches the [[Zork]] minigame. Launching this game gives the player the [[Eaten by a Grue]] achievement/trophy.
===BIN directory===
 
   
 
===Special Commands===
As on a real-life UNIX-based system within the binaries directory, more commands can be found on the system, within the binaries directory. Type the following commands:
 
 
The following special command - '''<tt>3arc</tt>''' - has been found. The command is in fact the [[Clan Tag]] any bot has when playing the [[Combat Training]] mode.
   
 
:'''<tt>3arc unlock</tt>''' - a cheat code which unlocks the [[Zombies]] map "[[Five]]" and all the [[Singleplayer|single player missions]]. This <u>disables</u> the '[[Stand Down]]' Achievement/Trophy.
: ''& CD /BIN''
 
   
 
:'''<tt>3arc intel</tt>''' - a cheat code which unlocks all [[intel]] in the game for viewing, but <u>disables</u> the '[[Closer Analysis]]' Achievement/Trophy.
: ''& DIR''
 
   
 
==Server Access==
<tt>'''ls'''</tt> - displays the contents of the current directory, just like the command <tt>'''dir'''</tt>.
 
 
The data servers hosting the systems are accessible through the in-game computer terminal using the '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN [system]</tt>''' computer commands.
   
 
Enter the '''<tt>LOGIN</tt>''' command to log into a different user account on the server that is currently connected. For example, when first using the computer, one is connected to the [[Central Intelligence Agency Data System]] as user '''<tt>AMASON</tt>'''. To connect as Jason Hudson, enter '''<tt>LOGIN</tt>''', then enter '''<tt>JHUDSON</tt>''' as the username and '''<tt>BRYANT1950</tt>''' as the password. (Note: the dollar sign ($) indicates the command prompt.):
<tt>'''zork'''</tt> - starts the classic text-based adventure game Zork on the computer. Play the Zork game to get the "[[Eaten By A Grue]]" Achievement / Trophy.
 
   
 
: <tt>$LOGIN </tt>
<tt>doa</tt> - starts a [[Dead Ops Arcade|top-down shooter]] style arcade game in which the player must fend off waves of zombies as they move among different play areas. Play the Dead Ops Arcade game to get the "[[Insert Coin]]" Achievement / Trophy.
 
 
: <tt>Central Intelligence Agency Data system </tt>
   
 
: <tt>Unauthorized use of this system is against the law. </tt>
<tt>'''alicia'''</tt> - begins an endless session with Alicia, your virtual therapist. Type quit or q and enter to make her stop.
 
   
 
: <tt>Security Privileges Required </tt>
<tt>'''foobar'''</tt> - displays the characterstring: "Fee Fie Foe Foo!"
 
 
: <tt>USER:JHUDSON </tt>
 
: <tt>PASSWORD:********** </tt>
 
: <tt>$</tt>
   
 
The '''<tt>RLOGIN [system]</tt>''' command is for reaching remote servers, i.e. any system other than the one currently connected to. It is possible still to use '''<tt>RLOGIN [system]</tt>''' followed by a USER and PASSWORD prompt, even when connected to that system already.
<tt>'''hello sailor'''</tt>''' '''- launches [[Zork]], same as typing zork command.
 
   
 
Note that <u>any user is accepted at the USER: prompt</u> when using the '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN</tt>''' commands, implying one cannot try to guess for user on target system. Both commands will only return the connection result after a player has given <u>both a user with a password</u>:
<tt>'''more'''</tt> - Prints on a new line within the console the characterstring ---MORE---.
 
   
 
: <u>If the given USER - PASSWORD combination does not exist</u>, both '''<tt>LOGIN</tt>''' and '''<tt>RLOGIN</tt>''' commands will display <tt>Error: Invalid Password</tt>.
===Special commands===
 
The following special command - <tt>3arc</tt> - has been found. The command is in fact the [[Clan Tag]] any bot has when playing the [[Combat Training]] mode.
 
   
 
: <u>If the given USER - PASSWORD combination does exist</u>, the connection will succeed. '''<tt>LOGIN</tt>''' starts a new connection session for the given USER on the system a player was already successfully connected to. '''<tt>RLOGIN [system]</tt>''' starts a new connection session for the given USER on the target system.
<tt>'''3arc unlock'''</tt> - a cheat code which unlocks the [[Zombies]] map "[[Five]]" and all the [[Singleplayer|single player missions]]. This <u>disables </u>the '[[Stand Down]]' Achievement / Trophy.
 
   
 
One <u>can guess for valid system </u>names though, as the '''<tt>RLOGIN</tt>''' command validates the given system value for existence:
<tt>'''3arc intel'''</tt> - a cheat code which unlocks all [[intel]] in the game for viewing, but <u>disables</u> the '[[Closer Analysis]]' Achievement / Trophy.
 
   
 
: <u>If the target system does not exist</u>, '''<tt>RLOGIN</tt>''' will display <tt>Error: unknown system</tt>.
==Trivia==
 
   
 
: <u>If the target system does exist</u>, '''<tt>RLOGIN</tt>''' will continue by asking for a user and password.
*The terminal consoles keyboard is an incomplete QWERTY keyboard.
 
   
 
==Trivia==
*Although output text is displayed in lowercase characters and uppercase where expected, a player can only enter uppercase characters when typing in commands.
 
   
 
*The terminal console's on-screen keyboard is an incomplete QWERTY keyboard.
*The '''MORE '''command is normally used on a UNIX-based system as command to dig deeper within a text file. Contrary to a real UNIX system, one cannot redirect command output to e. g. other commands.
 
   
 
*Although output text is displayed in lowercase characters and uppercase where expected, a player can only enter uppercase characters when typing in commands. through the on-screen keyboard.
*'''DIR '''and '''LS '''both have the same effect. The dir command is the typical command coming from a Microsoft DOS-based system, while ls is used on UNIX-based systems.
 
   
 
*The computer console's input cursor cannot be repositioned.
 
*The computer console's input cursor cannot be repositioned.

Revision as of 22:40, 3 January 2012

The subject of this article appeared in Call of Duty: Black Ops.

A data server is remote server used for accessing, storing, and transferring data between users or other servers. In Call of Duty: Black Ops, data servers are accessed using the computer terminal. Four data servers exist in-game. They are named "CIA", "DERRIESE", "DOD" and "DREAMLAND". Nobody has confirmed to have connected to any other servers.

Computer Terminal Commands

Various commands, which are instructions written in human-readable words for a computer to execute, are available on the terminal. Commands can be typed into the terminal using the on-screen keyboard, by using a USB keyboard.

The help command displays a list of some (but not all) commands that can be used on the terminal:

cat - prints the contents of a file (.TXT, .PIC, .SND). Syntax is cat [filename].
cd [ |.|..|path] - changes the current directory. "." is used within a path to indicate the path to the current directory, ".." is used to go up to the parent directory of current directory. Known paths are "/home/" (system directory with all users' home directories), "/bin/" (On UNIX systems, traditionally called shell-environment, containing commands usable by all users), and "/" (root directory of the system).
clear - clears the screen.
dir - displays the contents of the current directory.
decode - decodes an encrypted string using an agency standard cypher. Syntax is decode [string].
encode - encodes a string using an agency standard cypher. Syntax is encode [string].
exit - exits the current login session, i.e. logs the current user out and returns to the previous user who has logged in.
login - log in as a different user to the system that is currently connected.
mail - opens the current user's electronic mailbox. This is a very informational place to look around.
rlogin [system] - connect to a remote system/server, Known systems are CIA, Dreamland, DOD and DerRiese.
who - lists the users who have user accounts on the system tht is currently connected. To find user accounts not listed within this command, check the home directory by typing CD HOME then LS or DIR.

Additional Commands

Like a real-life UNIX-based system, more commands can be found on the system within the binaries (or "/bin/") directory. To reach the /bin/ directory and view all available commands (minus the hidden 3arc command), type the following commands (Note: the dollar sign ($) indicates the command prompt.):

$CD BIN
$DIR

Many of the commands that can be seen here are duplicates of other commands. For instance, print and type do the exact same thing as cat does: prints the contents of a file.

Here is a list of additional commands found in the /bin/ directory:

alicia - begins a session with Alicia, your virtual therapist. Type quit to exit.
cls - clears the screen (same as clear)
doa - Launches a hidden game called Dead Ops Arcade. Launching this game gives the player the Insert Coin achievement/trophy. After launching the game once, the Dead Ops Arcade game mode will be accessible from the Zombies menu.
foobar - displays the string Fee Fie Foe Foo!
hello - typing hello alone displays the string
Error: Invalid Input - common usages include:
hello brother, hello nurse, and hello sailor.
Typing hello sailor will launch the Zork minigame.
ls - displays the contents of the current directory (same as dir)
more - changes the prompt from $ to --MORE--. this command serves virtually no purpose on the in-game terminal. However, one can see the --MORE-- prompt when printing a large text file on screen. In real command-line interfaces, the more command would be piped to a filename to allow for the printing of the file to be paused after n lines.
print - prints the contents of a file (same as cat)
type - prints the contents of a file (same as cat)
zork - launches the Zork minigame. Launching this game gives the player the Eaten by a Grue achievement/trophy.

Special Commands

The following special command - 3arc - has been found. The command is in fact the Clan Tag any bot has when playing the Combat Training mode.

3arc unlock - a cheat code which unlocks the Zombies map "Five" and all the single player missions. This disables the 'Stand Down' Achievement/Trophy.
3arc intel - a cheat code which unlocks all intel in the game for viewing, but disables the 'Closer Analysis' Achievement/Trophy.

Server Access

The data servers hosting the systems are accessible through the in-game computer terminal using the LOGIN and RLOGIN [system] computer commands.

Enter the LOGIN command to log into a different user account on the server that is currently connected. For example, when first using the computer, one is connected to the Central Intelligence Agency Data System as user AMASON. To connect as Jason Hudson, enter LOGIN, then enter JHUDSON as the username and BRYANT1950 as the password. (Note: the dollar sign ($) indicates the command prompt.):

$LOGIN
Central Intelligence Agency Data system
Unauthorized use of this system is against the law.
Security Privileges Required
USER:JHUDSON
PASSWORD:**********
$

The RLOGIN [system] command is for reaching remote servers, i.e. any system other than the one currently connected to. It is possible still to use RLOGIN [system] followed by a USER and PASSWORD prompt, even when connected to that system already.

Note that any user is accepted at the USER: prompt when using the LOGIN and RLOGIN commands, implying one cannot try to guess for user on target system. Both commands will only return the connection result after a player has given both a user with a password:

If the given USER - PASSWORD combination does not exist, both LOGIN and RLOGIN commands will display Error: Invalid Password.
If the given USER - PASSWORD combination does exist, the connection will succeed. LOGIN starts a new connection session for the given USER on the system a player was already successfully connected to. RLOGIN [system] starts a new connection session for the given USER on the target system.

One can guess for valid system names though, as the RLOGIN command validates the given system value for existence:

If the target system does not exist, RLOGIN will display Error: unknown system.
If the target system does exist, RLOGIN will continue by asking for a user and password.

Trivia

  • The terminal console's on-screen keyboard is an incomplete QWERTY keyboard.
  • Although output text is displayed in lowercase characters and uppercase where expected, a player can only enter uppercase characters when typing in commands. through the on-screen keyboard.
  • The computer console's input cursor cannot be repositioned.