Skip to main content

Posts

Showing posts with the label hierarchy

Some basic commands for Kali Linux

File Operations pwd                        Print Name Of Current/Working Directory cd                         Changing The Working Directory cp                         Copy Files Or Directory rm                         Remove Files And Directory ls                         List Of Directory Contents mkdir                      Make Directory cat                        Concatenate Files And Print On Standard Output mv                         Move Files chmod                   ...

FHS (File-system Hierarchy Standard) in Kali Linux

Filesystem Hierarchy Standard (FHS) defines the directory structure and directory contents in Linux operating systems. Based on Debian-package compliance, Kali Linux follows FHS . This means it allows all Linux users to easily locate binaries, support files, libraries, etc. Kali Linux has more than 300 penetration testing tools and you will be able to call any tool from anywhere on the system as every application is included in the system path. Unlike Backtrack, you do not have to navigate, just type the command name of the tool in root terminal and you are set to go.