~ 1.11 Reversed Flashcards
Print Working Directory to show current folder
pwd
Change the ownership of a file/directory
chown
Copy a file
cp
A package management tool that is solely used in Red Hat-based Linux distributions
yum
Show the amount of free space on a disk
df
A basic text editor that is commonly used in Linux distros
nano
Instant/scheduled synchronisation of files from one storage system to another
Rsync (backups)
Display file contents
cat
Advanced packaging tool for package management in Linux
apt-get
Display and manage network interface information
ip
Rename a file
mv
Show current running processes
ps
Remove a file/empty folder
rm
Find a piece of text that is located in any file on the system
grep
Show the contents list of a directory
ls
Create a tape archive that is easy to script into a backup schedule
tar (backups)
Look up DNS information
dig
Monitor system resource usage
top
Switch to elevated privileges
su/sudo
sudo for a single command
su for an entire session
Allows seamless file sharing with Windows systems
Samba (SMB)
Show a commands manual/help page
man
Locate a particular file that you know is somewhere in the file system
find
Linux requires the same best practices as any other OS in relation to what?
Anti-virus
Change a files permissions
chmod