# カレントディレクトリのファイルリストを表示 $ ls hoge piyo # 指定したディレクトリのファイルリストを表示 $ ls /var/ backups cache crash lib local lock log mail opt run snap spool tmp # 詳細情報を表示 $ ls -l total 8 drwxrwxr-x 2 ubuntu ubuntu 4096 Dec 14 14:26 hoge ...
まずは数値で指定した時と同じ内容をアルファベットで指定する方法で実行してみます。 $ ls -l -rw-r--r-- 1 user group 9 1月 1 00:00 hoge.txt $ chmod u+x hoge.txt $ ls -l -rwxr--r-- 1 user group 9 1月 1 00:00 hoge.txt $ chmod g+w hoge.txt $ ls -l -rwxrw-r-...
lirc-lsremotes parse lirc configuration files. lirc-make-devinput create a devinput.lircd.conf for the local site. lirc-setup Interactive lirc setup tool lircd Decode infrared signals and provide them on a socket. lircd-setup Run setup commands in lirc_options.conf lircd-uinput Forward lirc but...