Linux Commands Flashcards
What command allows you to see the active processes in Linux?
ps
What command can you use to change the password on your user account from the command line?
passwd
What command can you use to shutdown a Linux machine from the command line?
shutdown
What command do you use in Linux in order to change the permissions on files or directories?
chmod
What command do you use in Linux in order to create a CFS directory?
cmkdir
What command do you use in Linux to copy a file?
cp
What command do you use in Linux to move a file?
mv
What command do you use in Linux to remove a file?
rm
What command in Linux allow you to run a command as the root admin?
sudo
What command in Linux allows for the manipulation of APT software packages?
apt-get
What command in Linux allows you to see the wired network card settings?
ifconfig
What command in Linux copies a file while converting the data format?
dd
What command in Linux invokes an editor?
vi
What command in Linux is used to switch user accounts?
su
What command is used in the vi editor to quit?
:q