You are on page 1of 3

COMMANDS pwd - print name of current/working directory -L, --logical use PWD from environment, even if it contains symlinks

-P, --physical avoid all symlinks --help display this help and exit

mkdir - make directories -v, --verbose print a message for each created directory --help display this help and exit --version output version information and exit cd no tiene manual rm - remove files or directories -f, --force ignore nonexistent files, never prompt -i prompt before every removal

-v, --verbose explain what is being done

cp - copy files and directories -i, --interactive prompt before overwrite (overrides a previous -n option) -v, --verbose explain what is being done -f, --force if an existing destination file cannot be opened, remove it and try again (redundant if the -n option is used)

mv - move (rename) files -f, --force do not prompt before overwriting -i, --interactive prompt before overwrite -n, --no-clobber do not overwrite an existing file ls - list directory contents -a, --all do not ignore entries starting with . --author with -l, print the author of each file -C list entries by columns more file perusal filter for crt viewing cat - concatenate files and print on the standard output -b, --number-nonblank number nonempty output lines

-n, --number number all output lines -E, --show-ends display $ at end of each line passwd - change user password -q, --quiet Quiet mode. -d, --delete Delete a users password (make it empty). This is a quick way to disable a password for an account. It will set the named account passwordless. -e, --expire Immediately expire an accounts password. This in effect can force a user to change his/her password at the users next login shutdown - bring the system down -r Requests that the system be rebooted after it has been brought down. -h Requests that the system be either halted or powered off after it has been brought down, with the choice as to which left up to the system. -c Cancels a running shutdown. TIME is not specified with this option, the first argument is MESSAGE.

You might also like