File: group.yml

package info (click to toggle)
scap-security-guide 0.1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 71,936 kB
  • sloc: xml: 179,374; sh: 69,771; python: 23,819; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
documentation_complete: true

title: 'Root Shell Environment Assumed'

description: |-
    Most of the actions listed in this document are written with the
    assumption that they will be executed by the root user running the
    <tt>/bin/bash</tt> shell. Commands preceded with a hash mark (#)
    assume that the administrator will execute the commands as root, i.e.
    apply the command via <tt>sudo</tt> whenever possible, or use
    <tt>su</tt> to gain root privileges if <tt>sudo</tt> cannot be
    used. Commands which can be executed as a non-root user are are preceded
    by a dollar sign ($) prompt.