Linux Commands Flashcards
View a list of directories on the computer.
LS
Search for a pattern of text in files and display the results. This command helps you find files with specific words or phrases.
grep
Show the directory you’re currently in (the working directory). Not to be confused with passwd.
pwd
Change from one directory to another.
cd
Move a file to a specific directory.
mv
Copy a file.
cp
Delete (remove) a file or directory.
rm
Change the owner of a particular file or directory.
chown
Modify file permissions.
chmod
Shut down the system.
shutdown
Change the password for a user account.
passwd
Display information about your wireless network adapters and addressing configuration.
iwconfig
Display information about your wired network adapters and addressing configuration.
ifconfig
Display the running system processes. You can use this to troubleshoot system problems.
ps
Send a signal to end a process or modify its behavior. You can use this to stop malfunctioning programs, or restart system daemons.
kill