Q. Write output for following commands
1. $who:clear;who am i
2.$who;tty;date
Answers
Answered by
3
Answer:
in python.we use the hash symbol # to write a single- line comment
example 1 : Wright single-line comments. # printing a string print('hello world").
Answered by
1
Answer:
output-
Explanation:
$who;clear;who am i = It will display the detail information of login of the user into current directory.
$who;tty;date = It will display the detailed information of user which is connected to server
Similar questions