NAME
vfstest - tool for testing samba VFS modules
SYNOPSIS
vvffsstteesstt [-d debuglevel] [-c command] [-l logdir] [-h]
DESCRIPTION
This tool is part of the ssaammbbaa(7) suite. vvffsstteesstt is a small command line utility that has the ability to testdso samba VFS modules. It gives the user the ability to call the vari-
ous VFS functions manually and supports cascaded VFS modules. OOPPTTIIOONNSS-c|-command=command
Execute the specified (colon-separated) commands. See below for
the commands that are available.-h|-help
Print a summary of command line options.-l|-logfile=logbasename
File name for log/debug files. The extension''..cclliieenntt'' will be appended. The log file is never removed by the client.-V Prints the program version number.
-s
The file specified contains the configuration details requiredby the server. The information in this file includes server-spe-
cific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide. See smb.conf for more information. The default configuration file name is determined at compile time.-d|-debug=debuglevel
debuglevel is an integer from 0 to 10. The default value if this parameter is not specified is zero. The higher this value, the more detail will be logged to the logfiles about the activities of the server. At level 0, only crit-
ical errors and serious warnings will be logged. Level 1 is areasonable level for day-to-day running - it generates a small
amount of information about operations carried out. Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic. Note that specifying this parameter here will override the log level parameter in the smb.conf file.-l|-logfile=logdirectory
Base directory name for log/debug files. The extension ""..pprroogg-
nnaammee"" will be appended (e.g. log.smbclient, log.smbd, etc...). The log file is never removed by the client. CCOOMMMMAANNDDSS VVFFSS CCOOMMMMAANNDDSS+o llooaadd <
> - Load specified VFS module +o ppooppuullaattee <
data> < > - Populate a data buffer with the specified +o sshhoowwddaattaa [[<
> < >]] - Show data currently in data buffer +o ccoonnnneecctt - VFS connect()
+o ddiissccoonnnneecctt - VFS disconnect()
+o ddiisskkffrreeee - VFS diskfree()
+o ooppeennddiirr - VFS opendir()
+o rreeaaddddiirr - VFS readdir()
+o mmkkddiirr - VFS mkdir()
+o rrmmddiirr - VFS rmdir()
+o cclloosseeddiirr - VFS closedir()
+o ooppeenn - VFS open()
+o cclloossee - VFS close()
+o rreeaadd - VFS read()
+o wwrriittee - VFS write()
+o llsseeeekk - VFS lseek()
+o rreennaammee - VFS rename()
+o ffssyynncc - VFS fsync()
+o ssttaatt - VFS stat()
+o ffssttaatt - VFS fstat()
+o llssttaatt - VFS lstat()
+o uunnlliinnkk - VFS unlink()
+o cchhmmoodd - VFS chmod()
+o ffcchhmmoodd - VFS fchmod()
+o cchhoowwnn - VFS chown()
+o ffcchhoowwnn - VFS fchown()
+o cchhddiirr - VFS chdir()
+o ggeettwwdd - VFS getwd()
+o uuttiimmee - VFS utime()
+o ffttrruunnccaattee - VFS ftruncate()
+o lloocckk - VFS lock()
+o ssyymmlliinnkk - VFS symlink()
+o rreeaaddlliinnkk - VFS readlink()
+o lliinnkk - VFS link()
+o mmkknnoodd - VFS mknod()
+o rreeaallppaatthh - VFS realpath()
GGEENNEERRAALL CCOOMMMMAANNDDSS+o ccoonnff <
> - Load a different configuration file +o hheellpp [[<
mand>]] - Get list of commands or info about specified com- +o ddeebbuugglleevveell <
> - Set debug level +o ffrreeeemmeemm - Free memory currently in use
+o eexxiitt - Exit vfstest
VVEERRSSIIOONN This man page is correct for version 3.0 of the Samba suite. AUTHORThe original Samba software and related utilities were created by An-
drew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.The vfstest man page was written by Jelmer Vernooij.
VFSTEST(1)