Bash Commands / Programs Flashcards
Clear
Clears the terminal
Cal
Shows date and time
Df
To see current amount of free space on our disks
Free
Display the amount of free memory
Pdw
Print a name of current work directory, tells you what directory you are in.
Cd
Change work directory
-a
–all
-A
–almost-all
-h
–human-readable
-r
–reverse
-rw-r–r–
Access rights to the file. The first character indicates the type of file. Among the different types, a leading dash means a regular file, while a d indicates a directory. The next three characters are the access rights for the file’s owner, the next three are for members of the file1’s group, and the final three are for everyone else.
Rm
Remove files and directories
Ln
Create hard and symbolic links
Mkdir
Make directory
Cp
Copy files and directories