Category Archives: Kali Linux

Learn Kali Linux

Permissions in Linux

Permissions in Linux: Like in this world everything has a particular owner and everyone cannot use everything without proper permission, For security reason Linux also have different permissions, that do not allow other users or groups to access a particular file, make changes to it or execute it unless if proper permissions are assigned to… Read More: Permissions in Linux »

Wildcards in Linux

Wildcards in Linux Wild Cards in Linux: When entering Linux commands or running programs you sometimes want to specify arange of filenames, that the commands should act upon. An example would be “Listall the files whose name begins with b”. This is done by using “wildcard” charactersin the filenames specified to the command.Each wildcard character… Read More: Wildcards in Linux »