Command to display one page at a time?
move
mode
more
msd
Command to change one variable or string to another?
set
setlopcal
setver
share
chmod options filename --- lets you change the read, write, and execute permissions on your files.
True
False
ls --- lists your files
ls -l --- lists your files in 'long format', which contains lots of useful information,
ff --- find files anywhere on the system.
kill PID --- kills (ends) the processes with the ID you gave.
wc filename --- tells you how many lines, words, and characters there are in a file
mkdir dirname --- make a new directory
cd dirname --- change directory.