代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/100018/15888803
cgi activate.cgi
#!/usr/local/bin/perl
# activate.cgi
# Turn quotas on or off for some filesystem
require './quota-lib.pl';
&ReadParse();
&can_edit_filesys($in{'dir'}) && $access{'enable'} ||
&error("You are not all
www.eeworm.com/read/100018/15888806
cgi group_grace_save.cgi
#!/usr/local/bin/perl
# group_grace_save.cgi
# Update the grace times for groups on some filesystem
require './quota-lib.pl';
&ReadParse();
$whatfailed = "Failed to save grace times";
$access{'ggrace
www.eeworm.com/read/100018/15888810
cgi user_grace_save.cgi
#!/usr/local/bin/perl
# user_grace_save.cgi
# Update the grace times for users on some filesystem
require './quota-lib.pl';
&ReadParse();
$whatfailed = "Failed to save grace times";
$access{'ugrace'}
www.eeworm.com/read/100018/15888840
pl unixware-lib.pl
# unixware-lib.pl
# Quota functions for UnixWare 7
# quotas_init()
sub quotas_init
{
return undef;
}
# quotas_supported()
# Returns 1 for user quotas, 2 for group quotas or 3 for both
sub quotas_sup
www.eeworm.com/read/100018/15888841
pl solaris-lib.pl
# solaris-lib.pl
# Quota functions for solaris 2.5+
# quotas_init()
sub quotas_init
{
return undef;
}
# quotas_supported()
# Returns 1 for user quotas, 2 for group quotas or 3 for both
sub quotas_su
www.eeworm.com/read/100018/15889172
html chuid.html
Change user ID on files?
When editing an existing user, if the user's User ID is
changed then files owned by that user will remain owned by the old UID.
This option c
www.eeworm.com/read/100018/15889499
cgi edit_part.cgi
#!/usr/local/bin/perl
# edit_part.cgi
# Edit an existing partition
require './format-lib.pl';
$d = $ARGV[0]; $p = $ARGV[1];
@dlist = &list_disks();
@dinfo = split(/\s+/, $dlist[$d]);
&can_edit_disk($
www.eeworm.com/read/100018/15889512
cgi fsck_form.cgi
#!/usr/local/bin/perl
# fsck_form.cgi
# Display a form asking for fsck options
require './format-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error("You are not allowed to fsck this disk");
www.eeworm.com/read/168845/5429633
jamfile
# Regression test status reporting tools build Jamfile
subproject tools/regression/build ;
exe process_jam_log
:
../process_jam_log.cpp ../detail/tiny_xml.cpp
../
www.eeworm.com/read/251577/12332686
h file_path_buffer_unittest_.h
#if !defined(UNIXSTL_INCL_UNIXSTL_FILESYSTEM_HPP_FILE_PATH_BUFFER)
# error This file cannot be directly included, and should only be included within unixstl/filesystem/file_path_buffer.hpp
#endif