Jump to content

Is the Bash for Ubuntu the same for Kali too?

Hi all,

I'm just trying to learn some bash for fun and when I look at YouTube tutorials some of them are explaining it in a ubuntu terminal and some in kali. Are the 2 bash commands reversible? So if there is a command for ubuntu, is it the same for kali too? Thanks in advanced! 

I'm part of the "Help a noob foundation" 

Link to comment
Share on other sites

Link to post
Share on other sites

bash (or ba-shell as in bourne again shell) is universal across all unix systems (and since recent times, in Winblows)

 

There are differences in usable commands, though. The base level unix commands will all be the same, but each flavour of Unix (BSD, Linux, OS X, etc.) has different sets of available commands. They even differ between Linux distros, depending on what they're based on, i.e. Ubuntu and other debian based commands have a different command set than flavours of SUSE or Red Hat. 

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to comment
Share on other sites

Link to post
Share on other sites

Yes its the same, they may have different packages though (actually they do). So some package commands will be different ie you wont have nmap unless you install it.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×