Adding new commands to the list (#28206)
Adding new commands to the list of commands
This commit is contained in:
committed by
Christopher McCormack
parent
ce5af168e4
commit
f8de183d32
@ -46,7 +46,10 @@ mkdir | Create a new directory
|
|||||||
touch | Create a new file
|
touch | Create a new file
|
||||||
cp| Copy a file
|
cp| Copy a file
|
||||||
rm | Remove a file
|
rm | Remove a file
|
||||||
rm -rf | Remove a directory
|
cat | concatenate and print files
|
||||||
|
ps | list all running processes
|
||||||
|
find | find files and directories
|
||||||
|
rm -rf | Remove a directory recursively
|
||||||
sudo | Run command with the security privileges of the superuser
|
sudo | Run command with the security privileges of the superuser
|
||||||
clear | Clear the screen
|
clear | Clear the screen
|
||||||
nano [file] | Opens the file using nano editor
|
nano [file] | Opens the file using nano editor
|
||||||
|
Reference in New Issue
Block a user