A command that brings you up a directory
What is cd
I do not like the color of my text color. How do I change that
What is color?
I want to see what commands I used before because I forgot them. How do I do that?
What is history?
Oh No! You want Siri to say "I'm your best friend" but when you ask her if she/he is your best friend, she says "Master, I'm just your servant," You got mad but then, you remember how to use terminal to make the computer say "I'm your best friend". How do I do that.
What is say I'm your best friend?
How do I remove a directory from Desktop
cd Desktop
rmdir …………….
I want to change the date today. How do I do that correctly?
What is date
(yy-mm-dd)
I tried one code, but it needs permission to use. How do I correctly use the code by adding one command?
What is sudo?
Terry tried using the code HELP. It gave a lot of info that Terry doesn't understand. To clear the screen, Terry did something. What is it?
What is command-K
I want to check if I am using the right directory by checking the files inside the directory. How do I do that?
What is pwd?
I don't like the colour of my text on terminal. Also, I want to read one of my txt. How do I do that?
What is type --------.txt
Oh No! My bash have too many codes. How do I terminate the codes?
What is Control-C?
A UBC coder wants to code on python. He typed something on Terminal and succeeded. What is it?
touch --------.py