2025/2026
how to redirect errors to a file? - Correct Answers command 2> <$filename>
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
2> will over write the file and 2>> will append
Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` how to redirect both standard error and output to a file and have no outputs show on screen? -
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` Correct Answers &> Il` Il` Il` Il` Il`
Il` how to redirect standard error into standard output? - Correct Answers 2 > &1
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` how to grep opposites? - Correct Answers grep -v
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` select all that do not start with l,i,n,u,x - Correct Answers grep -v '[^linux]'
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
returns everything not beginning with the letters: l, i, n, u, x
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` what does ? mean in regex - Correct Answers character before is optional
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` what does + mean in regex - Correct Answers preceding item is matched 1 or more times
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` what is scp? - Correct Answers secure copy protocol. do it over ssh. encrypted. old way to
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` transfer. can send commands to the other server. Il` Il` Il` Il` Il` Il` Il`
Il` what is sftp? - Correct Answers secure file transfer protocol. or ssh file transfer protocol. can
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` connect and live inside the other server. Il` Il` Il` Il` Il` Il`
can type get <$filename> to get copy the files back
Il` Il` Il` Il` Il` Il` Il` Il` Il`
, Il` what is tar -cvf - Correct Answers create, verbose, use this archive name.
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` how to see files in archive - Correct Answers tar -tf
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` what does tar -xzvf do - Correct Answers eXtract gZip Verbosely Filename
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` star command. archive utility. not default. need to yum install. - Correct Answers big data sets
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` and files.
Il`
Il` what is apropos and mandb - Correct Answers apropos searches the titles of man pages for this
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` key.
man page is not indexed and cached so we need to run mandb and it'll be recorded.
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` how to see all the commands if stuck - Correct Answers info coreutils
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` how to yum install the locate command? - Correct Answers yum install mlocate make sure to
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
Il` updatedb
Il` how to find stuff - Correct Answers rpm -qd <$packageName>
Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il` Il`
whereis
which
man
info
things are in /usr/share/doc Il` Il` Il`
/usr/share/info
/usr/share/man