For example...
Code:
/home/rob123/temp/
or
Code:
/home/rob123/temp
Rob
/home/rob123/temp/
/home/rob123/temp
$ find . -name temp -prune -o -print from theunixschool.com
$ find . -path temp -prune -o -print
1 -Change location to the top-level directory of the source distribution.
/
# cd / root@- /# tar xzvf /home/normal/Downloads/mysql-connector-c-6.1.6-src.tar.gz root@- /# cd /mysql-connector-c-6.1.6-src/ root@- /mysql-connector-c-6.1.6-src# cmake -G "Unix Makefiles" root@- /mysql-connector-c-6.1.6-src# make root@- /mysql-connector-c-6.1.6-src# make install
ln -s /usr/local/mysql-5.6.25/include /usr/include
# gcc ctemp.c In file included from ctemp.c:2:0: /usr/include/mysql.h:57:27: fatal error: mysql_version.h: No such file or directory #include "mysql_version.h" ^
... lrwxrwxrwx 1 root root 49 Nov 27 18:26 rsync_mysql_backups.sh -> /home/myuser/scripts/bash/rsync_mysql_backups.sh ...
... lrwxrwxrwx 1 myuser myuser 26 Sep 20 2013 scripts -> /media/md1_storage/scripts ...
/usr/bin/rsync -avzx -e 'ssh -i "/home/myuser/.ssh/myremotehost/id_rsa"' /media/md1_storage/backups/stuff/ myuser@myremotehost:/srv/backups/stuff/ >> /home/myuser/log.txt 2>&1;
test -x /usr/sbin/anacron
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
#include "wavelet2d.h"
#include "wavelet2s.h"
gcc -L/home/mario/wavelet/wavelib/linuxstatic -lwavelet2s wavedemo1.cpp -o wavedemo1
local_enable=YES chroot_local_users=YES
Match user alankoh X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp ChrootDirectory /home/%u
$ cd ~ $ touch ~.Xdefaults
alice@alice:~$ grep 1003 /etc/group alice:x:1003: alice@alice:~$ grep 1003 /etc/passwd alice:x:1003:1003:Alice,,,:/home/alice:/bin/bash
alice@alice:~$ ls -ld dollstuff drwxrwxr-x 2 alice alice 4096 Jan 28 10:55 dollstuff
alice@alice:~$ grep 1005 /etc/group common:x:1005:alice,dilbert,wally
alice@alice:~$ chgrp common dollstuff chgrp: changing group of ‘dollstuff’: Operation not permitted
/home/rob123/public_ftp/
sudo ./file.sh
./file.sh
sudo chmod 777 ./file.sh
chmod 777
sudo chmod 777