代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/276787/4163197
prerm util-linux-umount.prerm
update-alternatives --remove umount umount.util-linux
www.eeworm.com/read/276787/4163268
postinst util-linux-umount.postinst
update-alternatives --install /bin/umount umount umount.util-linux 100
www.eeworm.com/read/276787/4163338
list util-linux-mount.list
/etc/default/mountall
/bin/mount.util-linux
www.eeworm.com/read/276787/4163516
prerm util-linux-mount.prerm
update-alternatives --remove mount mount.util-linux
www.eeworm.com/read/276787/4163717
control util-linux-umount.control
Package: util-linux-umount
Version: 2.12r-r12
Description: Util-linux is a suite of essential utilities for any Linux system.
Section: base
Priority: optional
Maintainer: Angstrom Developers
www.eeworm.com/read/276787/4163990
control util-linux-mount.control
Package: util-linux-mount
Version: 2.12r-r12
Description: Util-linux is a suite of essential utilities for any Linux system.
Section: base
Priority: optional
Maintainer: Angstrom Developers
www.eeworm.com/read/276120/4168624
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build
www.eeworm.com/read/276120/4168691
sh set-vars-linux.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in
www.eeworm.com/read/274761/4183739
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build