0% found this document useful (0 votes)
7 views1 page

#1 Linux Comands

The document discusses Linux Ubuntu commands including different types of users, path commands to change directories, and some other common commands like clear, ls, mkdir, pwd, touch, cat, rmdir, and rm.

Uploaded by

Farhan
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)
7 views1 page

#1 Linux Comands

The document discusses Linux Ubuntu commands including different types of users, path commands to change directories, and some other common commands like clear, ls, mkdir, pwd, touch, cat, rmdir, and rm.

Uploaded by

Farhan
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 Ubuntu Commands

Two Types of Users:


1. $ for Normal User
2. # for Super User
Path Commands to Change Directory:
* - These are Change with “CD” command to use these
1. ~ for Home Directory
2. / for Root Directory
3. . for Current Directory
4. .. for Previous Directory
5. ../../.. for Previous Directory Navigation

Some Other Commands:


1. clear it erase the terminal
2. ls it shows list of files in directory || -a it also shows hidden files || -l its show in vertical
3. mkdir “Name of New Directory to Create”
4. pwd it shows full path of current directory
5. touch “” “” “” … “”” make new files with extensions
6. cat >> “” it makes files but to back you need to press Ctr l+D
7. rmdir it removes empty directory
8. rm -r it removes directory if any file exists
9. rm *.extension All the files remove

You might also like