Core 2 - Linux command line Flashcards
cp
Copy file from one location to another
ifconfig / iwconfig
view the network configuration
dd
restore an image of a partition
chmod
change mode - change the permission of a file
vi
edit a text file
ps
view currently running services
ls
Lists all files and directories in the present working directory
cd
To change to a particular directory
grep
search for a string of characters in a specified file
shutdown
used to shutdown the system in a safe way.
pwd
Print Working Directory - prints the path of the working directory, starting from the root
passwd
used to change the user account passwords
mv
move - used to move files or directories from one place to another in a file system
rm
remove - used to remove files and directories permanently
chown
to change the user and/or group ownership of a given file, directory, or symbolic link