Ls

From Grey Hack Wiki
Jump to navigation Jump to search

Ls is a generic shell script, it is already installed on your computer at the start of the game.
It is used to display folders content.
Note: The user that use the script must have the permissions to read the folder.

Display folder content

To display the content of a folder, simply open a terminal on your computer and type ls or
ls [path/folder].

Ls cmd.png







Display folder content & parameters

To display the content of a folder & the prarameters of his content, simply open a terminal on your computer and type ls -l or
ls -l [path/folder].

Ls l cmd.png







Display folder content & hided content

To display the content of a folder & hidden files or folders of his content, simply open a terminal on your computer and type ls -a or
ls -a [path/folder].

Ls a cmd.PNG








Combine all argument to display folder content

To display the content of a folder , the prarameters & the hidden files or folders of his content , simply open a terminal
on your computer and type ls -la or ls -la [path/folder].

Ls la cmd.png

Debug data: