Comando | Uso | Descripción |
---|---|---|
adduser | adduser jcperez | Comando para crear usuarios cómodamente, agregándolos a grupos y con características según la configuración que se encuentra en /etc/adduser.conf. Este comando no existe en todas las distribuciones |
alias | alias help=man alias ll="ls -al" | Permite reemplazar comandos con un nuevo nombre y funcionalidad, incluyendo parámetros y valores |
apropos | apropos keyword | Muestra los comandos que existen para una cadena buscada |
at | at 1:23 lp /home/index.html at 1:50 echo "lp Job Done" | Permite la ejecución de tareas por única vez a la hora especificada |
at -l
at -d 5555
batch Example: | Temporarily blank cat cat /etc/filename
cat file.a > file.b
cat file.a > file.b
cd cd /home/dsoneil
cd ~username
chfn chfn dsoneil
chmod chmod 666 filename
chmod 777 filename
chmod a=rwx file
For a complete listing of the available chmod permission commands please refer to Page 4 - Table 1 chown chown dso /home/html
chown dso /home/file.a
clear clear
cmp cmp -s file.a file.b
cp cp file.a file.b
cpio ls /home | cpio -o > /root
cpio -it < /root > bk.indx
cpkgtool
cron
du du -k /home/html
du -k /home/html/file.a
df df -h
fdformat fdformat /dev/fd0
fdformat /dev/fd0H1440
file file file.a
file -z file.a.tar
file -L file.a
find find /path -name passwd
finger finger
free free -t -o
fsck fsck /hda
git
grep cat /etc/passwd | grep dso
grep -i “Sample” /home/dsoneil
groupadd groupadd sudos
groups groups
gzip gzip file.a
gzip -d file.a.gz
tar -zxvf file.a.tar.qz
hostname