Linux algemeen: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(Created page with "* fuser -ck /net pid of proccess holding mount")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* fuser -ck /net
* fuser -ck /net
  pid of proccess holding mount
  pid of proccess holding mount
openssl x509 -noout -in scx-host-sldbowzs0101.basis-a.acc.pem  -text
<syntaxhighlight lang="python">
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
</syntaxhighlight>
<syntaxhighlight lang="bash">
def quickSort(arr):
    less = []
    pivotList = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
</syntaxhighlight>

Latest revision as of 16:33, 11 August 2015

  • fuser -ck /net
pid of proccess holding mount


openssl x509 -noout -in scx-host-sldbowzs0101.basis-a.acc.pem  -text


<syntaxhighlight lang="python"> def quickSort(arr):

   less = []
   pivotList = []
   more = []
   if len(arr) <= 1:
       return arr
   else:

</syntaxhighlight>

<syntaxhighlight lang="bash"> def quickSort(arr):

   less = []
   pivotList = []
   more = []
   if len(arr) <= 1:
       return arr
   else:

</syntaxhighlight>