cd
What is Change Directory
vi
What is view a file?
mv
what is move?
chown
What is change owner?
One copies to current server, the other copies to a new server.
What is cp vs put
pwd
What is view my directory?
:q!
cp
su
What is Super User?
One allows you to edit a file, one does not.
What is vi vs less?
ls
What is show all files in your current directory?
i
put
what is copy file to another server via sftp?
chmod
What is change read/write access?
One allows you to change owner, the other allows you to change r/w access.
What is chown vs chmod?
-l
What is formats into a list?
r
What is replace?
Format used to put or copy a file.
What is [command] {current file location} {new file location}?
crontab
What is the job scheduler?
Renaming a file and moving a file
What is moving a file into the same directory with a different name?
sftp
What is changing server?
:x
What is Save and Quit?
.
What is current location?
less
What is view a file, without the option to edit?
One stops a job in command prompt, the other stops a job elsewhere
What is Ctrl+C vs Apex App?