0% found this document useful (0 votes)
27 views

Linux Commands

This document provides examples of Linux commands for displaying the date and calendar, creating and removing directories, and writing to a text file. The date command displays the current date and time, cal displays a calendar for a month and year, mkdir creates a new directory, rmdir removes an empty directory, and cat writes content to a new text file.

Uploaded by

PPP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Linux Commands

This document provides examples of Linux commands for displaying the date and calendar, creating and removing directories, and writing to a text file. The date command displays the current date and time, cal displays a calendar for a month and year, mkdir creates a new directory, rmdir removes an empty directory, and cat writes content to a new text file.

Uploaded by

PPP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

linux commands

<1> date
<2> cal
<3> cal 12 2000
<4> sudo date -s "2 OCT 2006 18:00:00"
<5> mkdir t1
<6> rmdir t1
<7> cat > hj.txt

Page 1

You might also like