代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/252270/12290533

txt linux安全设置手册(转).txt

作者:studyboy email: studyboy@21cn.com 日期:2001-7-19 11:21:04 by:Kapil Sharma from Linux_Month(An Onine Monthly Linux Magzine) 翻译:f@tfox 本文讲述了如何通过基本的安全措施,使你的Linux系统变得可靠。 1、Bios Security 一定要给Bi
www.eeworm.com/read/336808/12414761

source

source命令 source命令(从 C Shell 而来)是<mark>bash</mark> shell的内置命令。点命令,就是一个点符号,(从Bourne Shell而来)是source的另一名称。同样的,当前脚本中设置的变量也将作为脚本的环境,source(或点)命令通常用于重新执行刚修改的初始化文件,如 .<mark>bash</mark>_profile 和 .profile 等等。例如,如果在登录后对 .<mark>bash</mark>_profile ...
www.eeworm.com/read/227899/14406738

sh provastub.sh

#!/bin/bash echo "Script: reading from fd =" $1 read from_parent 0
www.eeworm.com/read/124380/14570264

mk

#!/bin/bash #make testsleep program echo "***********************************" echo "#Used ppc_8xx-gcc to make testsleep......" ppc_8xx-gcc testsleep.cpp -o testsleep echo "#End to Compile........
www.eeworm.com/read/216987/14983260

test-systeme

##!/bin/bash case `uname -s` in Linux) echo Linux ;; SunOS) echo SUN i ;; HP-UX) echo HP ;; IRIX*) echo SGI ;; *) echo unknown esac
www.eeworm.com/read/215440/15061162

conf pipe_tunnel_client.conf

options { port 5000; persist no; timeout 60; } Pipe-tunnel { passwd password1; up { prog /bin/bash "-c 'tar -cvf - /var/log/*'"; }; }
www.eeworm.com/read/215440/15061163

conf pipe_tunnel_server.conf

options { port 5000; } default { compress no; speed 0; } Pipe-tunnel { type pipe; pass password1; encrypt yes; up { prog /bin/bash "-c 'cat > /var/backup/backup
www.eeworm.com/read/171510/9751492

html flags.html

www.eeworm.com/read/171510/9751521

html flags.html

www.eeworm.com/read/268797/11121311

inc dbg-set-d-vars.inc

#$Id: dbg-set-d-vars.inc,v 1.2 2007/02/11 23:06:41 rockyb Exp $ # Copyright (C) 2002, 2003, 2004, 2007 Rocky Bernstein # # Bash is free software; you can redistribute it and/or modify it under #