Home
Flashcards
Preview
Big Data-basic commands
Home
Get App
Take Quiz
Create
ls
lists all files and folders in the current directory
cd <new-directory>
change directory
Navigates from the current directory to new-directory
pwd
print working directory
Prints the path of the working directory
mkdir <new-folder>
make directory
Creates new-folder inside current directory
touch <new-file>
creates a file called new-file in the current directory
rm <old-file>
remove
Removes old-file from the current directory
man <command>
Manual
Prints to the screen manual pages for the command. This includes the proper syntax and a description of how that command works
clear
Empties the terminal window of previous commands and output
cp <source-path> <target-path>
Copy
Copies the file or directory at source-path and puts it in the target-path
mv <source-path> <target-path>
Move
Moves the file or directory at source-path from its current location to target-path
define: IDE
interactive development environment
Author
saucyocelot
ID
360424
Card Set
Big Data-basic commands
Description
Week 1: Basic terminal commands and intro to python ideas
Updated
2023-09-26T03:23:18Z
Show Answers
Home
Flashcards
Preview