WHAT'S NEW?
Loading...

Kali Linux Tutorial - Basic "root" command



Root Terminal

When perfoming tasks which do not need root or administrator privileges, use a normal terminal. Only use a root terminal to perform tasks which need root or administrator privileges. If you do something wrong in the Root Terminal, you could mess up the operating system.

From the Menu

With some Linux distributions, you can open a root terminal from the menu while logged in using your username. You need to enter the password.

Log in as Root

With many Linux distributions, you log in as root and open the terminal.

Sudo

Some Linux distributions use sudo. When using these distributions, you can use a normal terminal, and type "sudo" preceeding each command you want to run as root.
Examples of Linux distributions which use sudo include Mint, Kubuntu, Tiny Core, Ubuntu, Xubuntu and distributions based on them.

Debian Gnome

You can open a Root Terminal in Debian Gnome from the menu. It is under Applications -> Accessories -> Root Terminal. You need to enter the root password.
Another option is to open a normal Terminal, and type:
su
You need to enter the root password.

Debian KDE

You can open a Root Terminal from the menu in Debian KDE. It is under System -> More Applications -> Terminal Program - Super User Mode. You will need to enter the root password.
Another option is to open a normal Terminal, and type:
su
You need to enter the root password.

Debian Xfce

To start a Root Terminal in Debian Xfce, open a Normal Terminal, and type:
su
You need to enter the root password.

Tiny Core

When using Tiny Core, you can use a normal Terminal, and type "sudo" before each command.
A Root Terminal can be started in Tiny Core from the menu (right mouse click). Go to XShells -> Root Access -> then which ever you prefer.
Another option is to open a normal Terminal and type:
sudo su

Ubuntu, Kubuntu and Xubuntu

When using Ubuntu, Kubuntu, Xubuntu, Mint, and distributions based on them, you can use a normal Terminal, and type "sudo" before each command. You need to enter the password.
Some things may not work using sudo.
To get a root terminal, type:

sudo -i

Return to a Normal Terminal

If you started a root terminal using "su," "sudo su" or "sudo -i," to return to a normal terminal, type:

exit

Another option is to close the terminal and reopen it.
If you are logged in as root, log out and log in using your username.
Today we will learn something light and easy about how to split kali linux terminal window. This tips and trick will useful when we want to run many process and we can monitor all of the process state in the same window.
This is the result we want to get in the end of this tips and trick:
Split Kali Linux Terminal Window
Requirement:
1. Linux Terminal

Step by step how to Split Kali Linux Terminal Window:

1.  In this tips and trick we will utilize screen. As the manual page says:
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).
2. Type screen in the terminal.
Split Kali Linux Terminal Window
press ENTER to skip and then continue to next step.
3. To vertically divide the terminal
press CTRL + A and then press | (pipe) sign
4. To horizontally divide the terminal
press CTRL + A and then press SHIFT + S
Split Kali Linux Terminal Window
5. To move between the window
press CTRL + A and then press TAB
6. To activate the window
press CTRL + A and then press C
FInally in the end here is the result I've made
Split Kali Linux Terminal Window
Conclusion:
1. You can make your own and you can create which one the most comfortable layout for you.
2. To divide the window it's depend with the active cursor position in which window.
3. You can share your screen window here and opinion why you use that layout.
Hope it's useful :-)
- See more at: http://www.hacking-tutorial.com/tips-and-trick/split-kali-linux-terminal-window/#sthash.0yJyoYek.dpuf
Today we will learn something light and easy about how to split kali linux terminal window. This tips and trick will useful when we want to run many process and we can monitor all of the process state in the same window.
This is the result we want to get in the end of this tips and trick:
Split Kali Linux Terminal Window
Requirement:
1. Linux Terminal

Step by step how to Split Kali Linux Terminal Window:

1.  In this tips and trick we will utilize screen. As the manual page says:
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).
2. Type screen in the terminal.
Split Kali Linux Terminal Window
press ENTER to skip and then continue to next step.
3. To vertically divide the terminal
press CTRL + A and then press | (pipe) sign
4. To horizontally divide the terminal
press CTRL + A and then press SHIFT + S
Split Kali Linux Terminal Window
5. To move between the window
press CTRL + A and then press TAB
6. To activate the window
press CTRL + A and then press C
FInally in the end here is the result I've made
Split Kali Linux Terminal Window
Conclusion:
1. You can make your own and you can create which one the most comfortable layout for you.
2. To divide the window it's depend with the active cursor position in which window.
3. You can share your screen window here and opinion why you use that layout.
Hope it's useful :-)
- See more at: http://www.hacking-tutorial.com/tips-and-trick/split-kali-linux-terminal-window/#sthash.0yJyoYek.dpuf
Today we will learn something light and easy about how to split kali linux terminal window. This tips and trick will useful when we want to run many process and we can monitor all of the process state in the same window.
This is the result we want to get in the end of this tips and trick:
Split Kali Linux Terminal Window
Requirement:
1. Linux Terminal

Step by step how to Split Kali Linux Terminal Window:

1.  In this tips and trick we will utilize screen. As the manual page says:
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).
2. Type screen in the terminal.
Split Kali Linux Terminal Window
press ENTER to skip and then continue to next step.
3. To vertically divide the terminal
press CTRL + A and then press | (pipe) sign
4. To horizontally divide the terminal
press CTRL + A and then press SHIFT + S
Split Kali Linux Terminal Window
5. To move between the window
press CTRL + A and then press TAB
6. To activate the window
press CTRL + A and then press C
FInally in the end here is the result I've made
Split Kali Linux Terminal Window
Conclusion:
1. You can make your own and you can create which one the most comfortable layout for you.
2. To divide the window it's depend with the active cursor position in which window.
3. You can share your screen window here and opinion why you use that layout.
Hope it's useful :-)
- See more at: http://www.hacking-tutorial.com/tips-and-trick/split-kali-linux-terminal-window/#sthash.0yJyoYek.dpuf

0 comments:

Post a Comment