Posts

Showing posts from June, 2017

Introduction To Kali LInux command Line 2

Linux Man Pages To learn more about a command and its option and arguments and its documentation can be viewed using man command root@kali:~# man ls LS(1)                            User Commands                           LS(1) NAME        ls - list directory contents SYNOPSIS        ls [OPTION]... [FILE]... DESCRIPTION        List  information  about  the FILEs (the current directory by default).        Sort entries alphabetically if none of -cftuvSUX nor --sort  is  speci‐        fied.        Mandatory  arguments  to  long  options are mandatory for short options        too.        -a, --all               do not ignore entries starting with .        -A, --almost-all               do not list implied . and ..        --author The man page gives useful information about ls command including its usage, description. From the above example we can see that ls -a command it list every directory,files including hidden file. Adding Users in Linux By default kali offers only the pr