Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 697 Bytes

common.md

File metadata and controls

38 lines (32 loc) · 697 Bytes

Frequently Used

Create or update file

touch file_name

Create directory

mkdir directory_name

Remove file

rm file_name

Remove directory recursively

rm -r directory_name

Show how long the system has been running

uptime