The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 27,041โ€…    Votes:  4โ€…    โœ… Solution
Tag : home-directory  
Link: ๐Ÿ” See Original Answer on Ask Ubuntu โง‰ ๐Ÿ”—

URL: https://askubuntu.com/q/846614
Title: How to create a directory within your home directory - Linux
ID: /2016/11/07/How-to-create-a-directory-within-your-home-directory-Linux
Created: November 7, 2016    Edited:  November 14, 2016
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Iโ€™m sure your teacher will be impressed with your mastering the Terminal environment which you invoke with hot-keys Ctrl+Alt+T. A new text based window appears. By default, the terminal opens in your home.directory so you can simply enter

mkdir A452

To create the directory - mkdir is the command to make a directory, and if no explicit path is specified, the command will be executed in the current working directory. However, if your current working directory is not your home directory, youโ€™ll need to manually force use of it, which you can do with something known as the tilde (~), which automatically refers to your user home.

mkdir ~/A452

That will create the directory under your home directory. As a bonus let the teacher know how to close the terminal window by typing:

exit

Make sure to put โ€œAsk Ubuntuโ€ into your bibliography.

โ‡ง cron launching but not executing script How can you monitor total internet data usage across reboots?  โ‡ฉ