tar -czvf mytargz.tar.gz /path1/to/dir1 /path2/to/dir2 /path3/to/dir3
Thursday, March 1, 2018
Popular Posts
-
The man page says: EINVAL A new segment was to be created and size < SHMMIN or size > SHMMAX, or no new segment was to be created, ...
-
If you want to delete a single route from the route table, you have to specify enough parameters to make this route unique. For example, t...
-
To swap column 2 and 3 in a 4 column file: awk -F, '{print $1,$3,$2,$4}' OFS=; " FILE " > NEW_FILE where: OFS: ind...
-
'action' is defined inside a library called functions. You have to source your script first with this library in order to use it. T...
-
Designed by Freepik You have a group of files and some of them are compressed with zip or gz and you want to search for a specific tex...
-
tar -czvf mytargz.tar.gz /path1/to/dir1 /path2/to/dir2 /path3/to/dir3
-
ENOSPC returns from msgget indicates that the system-wide maximum number of message queues has been reached. Solution: Change this lim...
-
Older versions of tcpdump truncate packets to 68 or 96 bytes. To solve this, use -s 65535 to capture full-sized packet: $ tcpdump -i [inte...
-
find . -mindepth 1 -maxdepth 1 -not -empty -type d source: https://stackoverflow.com/questions/815668/how-to-list-non-empty-subdirectories...
-
This will return the current hostname $ hostname MyHostame To set hostname immediately: $ hostname [MY_HOSTNAME] This will change the h...
Recent Posts
Categories
.bash
.bashrc
action
awk
bash
branch
changes
chmod
chown
color
column
command line
commands
commit
compress
compress files
compressed
config
console
convert
copy
CR-LF
create
cut
delete
desktop
diff
directories
directory
dos
driver
erase
error
etc
except
exclude
extract files
fetch
find
format
git
gnome
gz
hash
hostname
init.d
install
integrity
ipc
kernel
linux
list
ls
md5
mock
msgget
mysql
netcat
networking
newlines
odbc
odbcinst
openvpn
owner
passwd
paste
permissions
queue
quick guide
rc.d
readline
reboot
recursively
redhat
release
remove
rm
route
routing
scp
screen
script
selinux
shell
shmget
shortcuts
shutdown
SIOCDELRT
start
stderr
stdout
sublime text
sublime text 3
swap
sysctl
tail
tar
tar.gz
tcp
tcpdump
tee
terminal
test
truncate
udp
uname
uninstall
unixODBC
user
useradd
version
view
vpn
webservice
zgrep
zip
Unordered List
Text Widget
Pages
About Me
Search This Blog
Powered by Blogger.
0 comments:
Post a Comment