Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

Commands

Main.Commands History

Hide minor edits - Show changes to markup

August 23, 2008, at 03:45 AM by 70.129.130.46 -
Changed lines 13-14 from:

or

to:

or for read write

August 23, 2008, at 03:45 AM by 70.129.130.46 -
Added lines 12-15:

or

chmod 776 $directory_to_change

May 07, 2006, at 10:27 PM by zeppo -
Changed lines 1-4 from:

ls -l
In the above example this command would list each of the files in the current directory and the files permissions, the size of the file, date of the last modification, and the file name or directory.

ls -R\\

to:

ls -l
In the above example this command would list each of the files in the current directory and the files permissions, the size of the file, date of the last modification, and the file name or directory.

ls -R\\

Changed line 7 from:

ls -A\\

to:

ls -A\\

Changed line 10 from:

chmod -R 755 mydirectory\\

to:

chmod -R 755 mydirectory\\

May 07, 2006, at 10:25 PM by zeppo -
Added lines 9-11:

chmod -R 755 mydirectory
Changes permissions on a php directory to the traditional setting.

April 27, 2006, at 04:23 AM by zeppo -
Changed lines 1-2 from:

ls -l

to:

ls -l\\

Changed lines 4-5 from:

ls -R

to:

ls -R\\

Changed lines 7-8 from:

ls -A

to:

ls -A\\

April 27, 2006, at 04:22 AM by zeppo -
Added lines 1-11:

ls -l

In the above example this command would list each of the files in the current directory and the files permissions, the size of the file, date of the last modification, and the file name or directory.

ls -R

Includes the contents of subdirectories.

ls -A

Shows you all files, even files that are hidden (these files begin with a dot.)

Edit - History - Print - Recent Changes - Search
Page last modified on August 23, 2008, at 03:45 AM