From ed25588fd115bd24571926821355effae24650cd Mon Sep 17 00:00:00 2001 From: Eldar Marcussen Date: Wed, 4 Dec 2013 17:02:46 -0500 Subject: [PATCH] Fixing markdown formatting to be consistent throughout wiki --- linux/find_files.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/find_files.md b/linux/find_files.md index 8cbf7d7..c7f152b 100644 --- a/linux/find_files.md +++ b/linux/find_files.md @@ -18,7 +18,7 @@ Commands that finds files on the file system are usually executed from within a * **Command with arguments**: `ls -l [directory or filename]` * **Description**: Displays attributes of files and directories in the specified location * **Output**: - *
**Ubuntu:** Show/Hide
+ *
**Ubuntu:** Show/Hide
root@localhost:~/ ls -l / total 429820 drwxr-xr-x 2 root root 4096 2013-08-23 02:49 bin drwxr-xr-x 3 root root 4096 2013-08-23 03:18 boot @@ -52,10 +52,10 @@ Commands that finds files on the file system are usually executed from within a ## find ### Search by name - * **Command with arguments**: `find / -name "issue*"` + * **Command with arguments**: `find /etc -name "issue*"` * **Description**: Locates files matching the name (wildcards supported) * **Output**: - *
**Ubuntu:** Show/Hide
+ *
**Ubuntu:** Show/Hide
root@localhost:~/ find /etc -name "issue*" /etc/issue.net /etc/issue /etc/issue.dpkg-dist @@ -67,7 +67,7 @@ Commands that finds files on the file system are usually executed from within a * **Command with arguments**: `locate ifconfig` * **Description**: Look files up in the location database * **Output**: - *
**Ubuntu:** Show/Hide
+ *
**Ubuntu:** Show/Hide
root@localhost:~/ locate ifconfig /pentest/forensics/volatility/volatility/plugins/linux/ifconfig.py /pentest/forensics/volatility/volatility/plugins/linux/ifconfig.pyc /sbin/ifconfig