master
Raw Download raw file
 1what is the executable name for the bourne shell?,sh,nix_commands
 2what is the executable name for the bourne again shell?,bash,nix_commands
 3what is the executable name for the korn shell?,ksh,nix_commands
 4what is the executable name for the z shell?,zsh,nix_commands
 5what is the executable name for embeded systems / mobile shell?,busybox,nix_commands
 6what is the executable name for the almquist shell?,ash,nix_commands
 7what is the executable name for the debian almqist shell?,dash,nix_commands
 8what is the executable name for the C shell?,csh,nix_commands
 9what is the executable name for the TENEX C shell (turbo c shell)?,tcsh,nix_commands
10unix commands: display local shell environment variables,set,nix_commands
11shell globing: match anything,*,shell
12shell globing: match a single character,?,shell
13shell: this operator is used to append STDOUT to file,>>,shell
14shell: this operator is used to direct STDOUT to a file,>,shell
15shell: this operator is used to direct STDOUT to the next command's STDIN,|,shell
16shell: this operator is used to execute the command in the background,&,shell
17shell: file descriptor number for STDIN,0,shell
18shell: file descriptor number for STDOUT,1,shell
19shell: file descriptor number for STDERR,2,shell
20bash: representation of the current directory,.,shell
21bash: representation of the parent directory,..,shell
22# linux config: ,shells,linux_config
23The ____ shell with debian patch drops privileges upon initialization.,bash,nix_commands,See '-p' in man bash.