#Linux Cheat Sheet
##File Commands:
- ls – directory listing
- ls -al – formatted listing with hidden files
- cd dir - change directory to dir
- cd – change to home
- pwd – show current directory
- mkdir dir – create a directory dir
- rm file – delete file
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>Cuda</title> | |
<link rel="stylesheet" href="CSS/CSS.css"> | |
<link rel="icon" href="img/PNG.png"> | |
</head> |
/*Start Global Style*/ | |
*{ | |
margin: 0; | |
padding: 0; | |
} | |
.container{ | |
width: 80%; | |
margin: auto; | |
height: auto; | |
} |
#Linux Cheat Sheet
##File Commands: