Lines Matching full:use
1 Any user that is a member of the wheel group can use "su -" to simulate
6 By pressing "Scroll Lock" you can use the arrow keys to scroll backward
17 Forget how to spell a word or a variation of a word? Use
26 Easter, use "ncal -o" instead.
30 starting multiuser mode (ie, starting the computer up for normal use) is to
77 If you use the C shell, add the following line to the .cshrc file in your
85 environment to 'K'. You can also use 'M' for Megabytes or 'G' for
87 then use 'df -h'.
102 In order to search for a string in some files, use 'grep' like this:
137 Need to do a search in a manpage or in a file you've sent to a pager? Use
142 Need to find the location of a program? Use "locate program_name".
146 Use "lock -p". When you return, use your password as the key to unlock the
150 Need to quickly empty a file? Use ": > filename".
165 Need to see which daemons are listening for connection requests? Use
184 ``set -o emacs'' or ``set -o vi'' to enable it. Use "<TAB>" key to complete
189 The default editor in FreeBSD is vi, which is efficient to use when you have
190 learned it, but somewhat user-unfriendly. To use ee (an easier but less
196 To change an environment variable in /bin/sh use:
201 To change an environment variable in tcsh you use: setenv NAME "value"
204 To clear the screen, use "clear". To re-display your screen buffer, press
205 the scroll lock key and use your page up button. When you're finished,
212 of file, use
224 To erase a line you've written at the command prompt, use "Ctrl-U".
227 To find out the hostname associated with an IP address, use
232 To obtain a neat PostScript rendering of a manual page, use ``-t'' switch
239 To quickly create an empty file, use "touch filename".
242 To read a compressed file without having to first uncompress it, use
248 use with "gzip filename".
251 To search for files that match a particular name, use find(1); for example
270 To see how much disk space is left on your UFS partitions, use
275 To see the 10 largest files in a directory or on a UFS partition, use
284 To see the last 10 lines of a long file, use "tail filename". To see the
285 first 10 lines, use "head filename". To see new lines as they're appended
286 to a file, use "tail -f filename".
289 To see the last time that you logged in, use lastlogin(8).
301 Want colour in your directory listings? Use "ls -G". "ls -F" is also useful,
322 Want to use sed(1) to edit a file in place? Well, to replace every 'e' with
339 If you have sudo(8) installed and permissions to use it, type
358 You can use "vidcontrol -i mode | grep T" for a list of supported text
394 use ^w to switch between the two.
398 depending on the shell - csh and tcsh uses .login, bash, sh, ksh and zsh use
416 You can use aliases to decrease the amount of typing you need to do to get
417 commands you commonly use. Examples of fairly popular aliases include (in
430 To remove an alias, you can usually use 'unalias aliasname'. To list all
433 You can use /etc/make.conf to control the options used to compile software
439 You can use "pkg info" to see a list of packages you have installed.
441 You can use the 'fetch' command to retrieve files over ftp, http or https.
447 You can use "whereis" to search standard binary, manual page and source
476 attributes use
497 Do you want to run a program directly after some other process has ended? Use
503 to the group "operator" and they are allowed to use shutdown(8) and poweroff(8).
522 To easily configure your installed FreeBSD use bsdconfig(8).
526 After you compiled and installed a new version of FreeBSD, use etcupdate(8) to merge
533 Do you want to do a binary upgrade of your running FreeBSD installation? Use freebsd-update(8).
535 To install updates and patches for the running branch use
539 Then, to upgrade to a newer release use
544 To run rc scripts in /etc/rc.d and /usr/local/etc/rc.d use service(8).
550 If you don't want to edit /etc/rc.conf directly, use sysrc(8) to add and remove entries.
551 Use "sysrc name=value" to add an entry and "sysrc -x name" to delete an entry.
556 used hardware and peripherals for FreeBSD. Use the curl package to upload it like this:
578 Use the built-in "zfs list" command to get a better overview of space usage:
663 the dataset name, use the -o parameter:
678 To sort in descending order instead, use -S:
737 To reset the value of a custom property, use the inherit subcommand:
748 To delete a range of ZFS snapshots, use the % (percent) character after the
750 simulate deleting snapshots a through (including) d, use this command:
774 Use "zfs release" to release the hold on the snapshot: