Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
linuxcommandline
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafal Bogdanowicz
linuxcommandline
Commits
5d7cc398
Commit
5d7cc398
authored
Feb 23, 2015
by
Holger Dinkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX: solutions_beginner
parent
13148e4a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
sphinx_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf
...ginner/_build/latex/IntroductiontotheLinuxCommandline.pdf
+0
-0
sphinx_beginner/exercises_beginner.rst
sphinx_beginner/exercises_beginner.rst
+1
-1
sphinx_beginner/solutions_beginner.rst
sphinx_beginner/solutions_beginner.rst
+8
-5
sphinx_combined/_build/latex/LinuxCourse.pdf
sphinx_combined/_build/latex/LinuxCourse.pdf
+0
-0
No files found.
sphinx_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf
View file @
5d7cc398
No preview for this file type
sphinx_beginner/exercises_beginner.rst
View file @
5d7cc398
.. Do not edit this file directly!
A
L
ways copy over the solutions file and remove the solutions
A
l
ways copy over the solutions file and remove the solutions
This way it is assured that exercises and solutions are in sync
Exercises
...
...
sphinx_beginner/solutions_beginner.rst
View file @
5d7cc398
...
...
@@ -5,7 +5,7 @@ Solutions to the Exercises
Misc. file tools
----------------
#. Which tool can be used to determine the type of a index:`file`? ::
#. Which tool can be used to determine the type of a
:
index:`file`? ::
$ file
...
...
@@ -53,6 +53,8 @@ Misc. terminal
$ clear
or::
$ reset
...
...
@@ -80,8 +82,8 @@ Permissions
$ cp /bin/date adir/mydate
#.
:index:`Check <ls>` the permissions of the copied program 'mydate'
::
#.
:index:`Check <ls>` the permissions of the copied program 'mydate'
::
$ ls -lh adir/mydate
-r-xr-xr-x 1 dinkel staff 79K 9 Dec 13:47 mydate*
...
...
@@ -119,7 +121,8 @@ Permissions
#. Change your working directory to testpermissions, and then try changing the permissions on the directory adir to non-executable. ::
$ # no need to change directory, as we still are in the directory testpermissions
$ # no need to change directory,
$ # as we still are in the directory testpermissions
$ chmod a-x adir
#. What are the minimum permissions (on the directory) necessary for you to be able to execute ``adir/mydate``? ::
...
...
@@ -172,7 +175,7 @@ IO and Redirections
$ date > ~/current_date
#. :index:`Inspect <cat>` the file to make sure it contains (only a single line with) the date.::
#. :index:`Inspect <cat>` the file to make sure it contains (only a single line with) the date.
::
$ cat ~/current_date
...
...
sphinx_combined/_build/latex/LinuxCourse.pdf
View file @
5d7cc398
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment