/freebsd/bin/pwd/ |
H A D | pwd.1 | 1 .\"- 37 .Nd return working directory name 44 utility writes the absolute pathname of the current working directory to 55 .Bl -tag -width indent 57 Display the logical current working directory. 59 Display the physical current working directory (all symbolic links resolved). 68 .Bl -tag -width ".Ev PWD" 70 Logical current working directory. 73 .Ex -std 75 Show current working directory with symbolic links resolved: [all …]
|
/freebsd/lib/libsys/ |
H A D | chdir.2 | 34 .Nd change current working directory 46 argument points to the pathname of a directory. 50 causes the named directory 51 to become the current working directory, that is, 59 causes the directory referenced by 61 to become the current working directory, 66 In order for a directory to become the current directory, 67 a process must have execute (search) access to the directory. 69 .Rv -std 74 will fail and the current working directory will be unchanged if [all …]
|
H A D | chown.2 | 65 capability is restricted to the super-user. 70 clears the set-user-id and set-group-id bits 73 set-user-id and set-group-id programs if not executed 74 by the super-user. 103 In this case the file to be changed is determined relative to the directory 106 instead of the current working directory. 110 are constructed by a bitwise-inclusive OR of flags from the following 113 .Bl -tag -width indent 119 Only walk paths below the directory specified by the 130 argument is an empty string, operate on the file or directory [all …]
|
H A D | access.2 | 60 is either the bitwise-inclusive OR of the desired permissions 113 located relative to the directory associated with the file descriptor 115 instead of the current working directory. 122 parameter, the current working directory is used and the behavior is 127 are constructed by a bitwise-inclusive OR of flags from the following 130 .Bl -tag -width indent 138 Only walk paths below the directory specified by the 149 argument is an empty string, operate on the file or directory 156 operate on the current working directory. 172 .Rv -std [all …]
|
H A D | chmod.2 | 64 is the super-user. 87 In this case the file to be changed is determined relative to the directory 90 instead of the current working directory. 93 are constructed by a bitwise-inclusive OR of flags from the following list, defined 96 .Bl -tag -width indent 102 Only walk paths below the directory specified by the 113 argument is an empty string, operate on the file or directory 120 operate on the current working directory. 129 parameter, the current working directory is used. 141 .Bd -literal -offset indent -compact [all …]
|
H A D | mkdir.2 | 34 .Nd make a directory file 44 The directory 52 The directory's owner ID is set to the process's effective user ID. 53 The directory's group ID is set to that of the parent directory in 63 In this case the newly created directory is created relative to the 64 directory associated with the file descriptor 66 instead of the current working directory. 73 parameter, the current working directory is used and the behavior is 77 .Rv -std mkdir 82 will fail and no directory will be created if: [all …]
|
H A D | chroot.2 | 34 .Nd change root directory 47 is the address of the pathname of a directory, terminated by an ASCII NUL. 52 to become the root directory, 57 In order for a directory to become the root directory 58 a process must have execute (search) access for that directory. 62 has no effect on the process's current directory. 64 This call is restricted to the super-user. 105 .Rv -std 110 will fail and the root directory will be unchanged if: 111 .Bl -tag -width Er [all …]
|
H A D | stat.2 | 90 the directory associated with the file descriptor 92 instead of the current working directory. 96 are constructed by a bitwise-inclusive OR of flags from this list, 99 .Bl -tag -width indent 105 Only walk paths below the starting directory. 114 argument is an empty string, operate on the file or directory 121 operate on the current working directory. 130 parameter, the current working directory is used and the behavior is 160 .Bl -tag -width ".Va st_nlink" 180 The time-related fields of [all …]
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.2 | 1 .\"- 37 directory and begins by reading commands from a file 39 in this directory. 53 also in your home directory. 55 to the \s-2UNIX\s0 system. 64 \'set noglob ; eval \`tset \-s \-m dialup:c100rv4pna \-m plugboard:?hp2621nl \!*\`\'; 67 msgs \-f 68 if (\-e $mail) then 74 This file contains several commands to be executed by \s-2UNIX\s0 100 of \s-2CPU\s+2 time. The variable `history' is set to 10 indicating that [all …]
|
H A D | csh.g | 1 .\"- 40 is in the \s-2UNIX\s0 User Reference manual in section 1. 49 Your current directory has the name `.' as well as the name printed 54 The current directory `.' is usually the first 71 Each directory has a file `..' in it which is a reference to its 72 parent directory. 73 After changing into the directory with 79 you can return to the parent directory by doing 83 The current directory is printed by 100 of the entire directory system \- called the [all …]
|
H A D | csh.1 | 1 .\"- 29 .EH 'USD:4-%''An Introduction to the C shell' 30 .OH 'An Introduction to the C shell''USD:4-%' 54 of \s-2INTERLISP\s0. 59 are designed more for the interactive \s-2UNIX\s0 user. 61 \s-2UNIX\s0 84 \s-2UNIX\s0. 94 in interacting with the \s-2UNIX\s0 system. 97 of the \s-2UNIX\s0 User Reference Manual. 108 the shell and \s-2UNIX\s0. [all …]
|
/freebsd/usr.bin/bmake/tests/ |
H A D | README | 2 This directory contains regression tests for make(1). 6 ---------------------------------------------------------------------------- 10 The tests are invoked via the test.sh script or prove(1) from p5-Test-Harness. 11 Tests are normally executed in a special test directory that is built under 13 all file in a directory, by files in one of make's obscure object directories 15 test scripts build a clean environment in the temp directory and the 16 tests are executed by cd-ing into that directory and invoking make. The 18 are written into files that are created in another directory. So the layout 21 ./shell/builtin/ - directory with test stuff 22 /tmp/make.${USER}/shell/builtin - actual test directory [all …]
|
H A D | common.sh | 15 # does have a -v option while bmake doesn't. 16 ${MAKE_PROG} -f Makefile.non-existent -v 2>&1 | \ 17 grep -q "cannot open.*non-existent" 21 # Check whether the working directory exists - it must. 25 if [ ! -d ${WORK_DIR} ] ; then 26 fatal "working directory ${WORK_DIR} does not exist." 35 if [ -z "${TEST_N}" ] ; then 41 while [ ${N} -le ${TEST_N} ] ; do 43 if [ ! -f ${OUTPUT_DIR}/status.${N} -o \ 44 ! -f ${OUTPUT_DIR}/stdout.${N} -o \ [all …]
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | upstream.yml | 1 name: Upstream self-hosted 11 if: github.repository == 'openssh/openssh-portable-selfhosted' 12 runs-on: 'libvirt' 19 …TARGET_DOMAIN: ${{ format('{0}-{1}-{2}', matrix.target, matrix.config, github.run_id) || matrix.ta… 21 fail-fast: false 23 target: [ obsdsnap, obsdsnap-i386 ] 24 config: [ default, without-openssl, ubsan ] 26 - name: unmount stale workspace 27 run: fusermount -u ${GITHUB_WORKSPACE} || true 28 working-directory: ${{ runner.temp }} [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.8 | 50 .Op Fl Fl gss-bindings 51 .Op Fl I | Fl Fl no-insecure-oob 53 .Op Fl B | Fl Fl builtin-ls 54 .Op Fl Fl good-chars= Ns Ar string 68 .Bl -tag -width Ds 76 .Bl -tag -width plain 89 .Bl -tag -width plain 104 .It Fl Fl gss-bindings 105 require the peer to use GSS-API bindings (ie make sure IP addresses match). 114 delete, make directory, remove directory and rename operations and [all …]
|
/freebsd/contrib/ntp/ |
H A D | README | 6 The ntp Distribution Base Directory 8 This directory and its subdirectories contain the Network Time Protocol 12 The contents of the base directory are given in this file. The contents of 17 directory. For more information on NTP and how to get a working setup, 18 read WHERE-TO-START. 22 The base directory ./ contains the autoconfiguration files, source 29 INSTALL Generic installation instructions for autoconf-based programs. 37 README.bk Instructions for folks who use the BitKeeper-repository 42 TODO List of items the NTP developers are working on. 44 WHERE-TO-START Hints on what to read in order to get a working [all …]
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.8 | 52 .Pa ftp/freebsd-ftpd 71 .Bl -tag -width indent 85 Enable transparent UTF-8 mode. 87 used by the server is UTF-8, which is the only effect of the option. 91 in UTF-8. 93 client to convert their names from the client's local encoding to UTF-8. 96 messages are always encoded in ASCII, which is a subset of UTF-8. 97 Hence no need for server-side conversion at all. 130 Disable printing host-specific information, such as the 138 delete, make directory, remove directory and rename operations and [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.1 | 56 .Op Fl Fl no-gss-bindings 57 .Op Fl Fl no-gss-delegate 72 .Bl -tag -width flag 85 from attempting \*(Lqauto-login\*(Rq upon initial connection. 86 If auto-login is enabled, 90 (see below) file in the user's home directory for an entry describing 106 .It Fl Fl no-gss-bindings 107 Don't use GSS-API bindings when talking to peer. IP addresses will not 109 .It Fl Fl no-gss-delegate 136 .Bl -tag -width Fl [all …]
|
/freebsd/usr.sbin/jexec/ |
H A D | jexec.8 | 35 .Op Fl d Ar working-directory 51 .Bl -tag -width indent 52 .It Fl d Ar working-directory 53 The working directory for running commands inside the jail. 54 The default is the jail root directory. 68 option, commands are run from that (possibly jailed) user's directory. 91 .Ql uname -a 101 .Dl # jexec name uname -a 107 .Dl # jexec -l name sh 116 .Dl # jexec -l name login -f root
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_017_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 40 # Directory structure of snapshots reflects filesystem structure. 44 # This test makes sure that the directory structure of snapshots is 47 # 1. Create a simple directory structure of files and directories 50 # 4. Walk down the snapshot directory structure verifying it 61 destroy_dataset $TESTPOOL/$TESTFS -Rf 109 if [ ! -e $1 ] 111 log_note "Working dir is $PWD" [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBReproducer.h | 1 //===-- SBReproducer.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 63 /// The working directory is set to the current working directory when the 65 /// working directory. This is used by the API test suite which temporarily 66 /// changes the directory to where the test lives. This is a NO-OP in every
|
/freebsd/lib/libc/gen/ |
H A D | getcwd.3 | 34 .Nd get working directory pathname 46 function copies the absolute pathname of the current working directory 82 name of a working directory for the purpose of returning to it. 83 A much faster and less error-prone method of accomplishing this is to 84 open the current directory 107 .Bl -tag -width Er 127 .Bl -tag -width Er 142 .St -p1003.1-90 .
|
H A D | daemon.3 | 52 changes the current working directory to the root 66 function except that arguments are the descriptors for the current working 67 directory and to the descriptor to 73 .Pq -1 74 the current working directory is not changed. 79 .Pq -1 83 .Rv -std daemon daemonfd 112 argument is non-zero,
|
/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_017_pos.ksh | 1 #!/usr/local/bin/ksh93 -p 37 # Directory structure of snapshots reflects filesystem structure. 41 # This test makes sure that the directory structure of snapshots is 44 # 1. Create a simple directory structure of files and directories 47 # 4. Walk down the snapshot directory structure verifying it 54 # CODING_STATUS: COMPLETED (2007-05-31) 67 log_must $ZFS destroy -Rf $TESTPOOL/$TESTFS 116 if [ ! -e $1 ] 118 log_note "Working dir is $PWD" 124 if [ -e $1 ] [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | context.cpp | 42 /// The current working directory. 50 /// \param cwd_ The current working directory. 74 /// \param cwd_ The current working directory. 89 /// Returns the current working directory of the context. 95 return _pimpl->_cwd; in cwd() 105 return _pimpl->_env; in env()
|