Created
July 10, 2012 16:35
-
-
Save coderforhire/3084510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.1$ ls -alF | |
total 28 | |
drwxr-xr-x. 6 m2215 m2215 4096 Jun 19 11:13 ./ | |
drwxr-xr-x. 108 root root 4096 Jul 2 13:00 ../ | |
-rw-------. 1 m2215 m2215 839 Jul 10 11:33 .bash_history | |
drwxr-xr-x. 2 m2215 m2215 4096 Jan 7 2010 bin/ | |
drwxr-xr-x. 10 m2215 m2215 4096 Aug 16 2011 mojo/ | |
drwxr-xr-x. 2 m2215 m2215 4096 Mar 17 2011 .setup_ssh/ | |
drwx------. 2 m2215 m2215 4096 Jul 10 11:32 .ssh/ | |
bash-4.1$ ls -alF .ss/ | |
ls: cannot access .ss/: No such file or directory | |
bash-4.1$ ls -alF .ssh | |
total 12 | |
drwx------. 2 m2215 m2215 4096 Jul 10 11:32 ./ | |
drwxr-xr-x. 6 m2215 m2215 4096 Jun 19 11:13 ../ | |
-rw-------. 1 m2215 m2215 394 Jul 10 11:32 authorized_keys | |
bash-4.1$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment