Linux (Terminal) commands Flashcards
ls (LS)?
LIST the files in the current directory.
grep
Search for a pattern of text in files and display the results.
This command helps find files with specific words or phrases.
pwd
Show the directory currently in, the WORKING DIRECTORY. Not to be confused with passwd
cd
CHANGE DIRECTORY Change from one directory to another.
mv
MOVE a file to a specific directory
cp
COPY a file.
rm
Delete /REMOVE a file or directory.
chown
CHange the OWNER of a particular file or directory.
chmod
CHange/ MODIFY file permissions.
shutdown
Shut down the system
passwd
Change the PASSWORD for a user account.
iwconfig
Display information about your WIRELESS network adapters and addressing configuration.
*like ipconfig
ifconfig
Display information about your WIRED network adapters and addressing configuration.
*like ipconfig
ps
PRINT/ Display the running SYSTEM processes. You can use this to troubleshoot system problems.
kill
Send a signal to end a process or modify its behavior.
Used to stop malfunctioning programs, or restart system daemons.
su
Login as a SUPERUSER from your current login.
sudo
Execute a command as another user.
Can be used to simulate users with higher privileges and execute commands at that privilege level.
pseudo = copy of.., likeness to.., or imitate